Page MenuHomePhorge

string-export-module.js
No OneTemporary

Size
198 B
Referenced Files
None
Subscribers
None

string-export-module.js

const jq = "jquery";
const foo = 42;
const bar = "hello";
const baz = true;
export { jq as "matrix" };
export { foo as "foo-bar" };
export { bar as "unicode \u0041" };
export { baz as "default" };

File Metadata

Mime Type
text/plain
Expires
Wed, Jun 17, 1:42 PM (1 d, 13 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
531513
Default Alt Text
string-export-module.js (198 B)

Event Timeline