Files
bun.sh/test/js/node/module/esm_to_cjs_interop.mjs
2025-03-20 00:45:44 -07:00

3 lines
70 B
JavaScript

const test = Symbol.for("meow");
export { test as "module.exports" };