2 lines
47 B
JavaScript
2 lines
47 B
JavaScript
const m = module { export const foo = "foo" };
|
const m = module { export const foo = "foo" };
|