Files
ValueScript/inputs/passing/imports/stuff/fooAndBar.ts
2023-07-26 15:29:49 +10:00

3 lines
90 B
TypeScript

export { default as foo } from "./foo.ts";
export { barExported as bar } from "./bar.ts";