MIRROR: javascript for 馃悳's, a tiny runtime with big ambitions
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at master 9 lines 198 B view raw
1const jq = "jquery"; 2const foo = 42; 3const bar = "hello"; 4const baz = true; 5 6export { jq as "matrix" }; 7export { foo as "foo-bar" }; 8export { bar as "unicode \u0041" }; 9export { baz as "default" };