2021-02-21 20:08:20 +01:00

5 lines
68 B
JavaScript

const m = module {
export const foo = "foo";
export { foo };
};