Files
ValueScript/inputs/passing/helpers/fooAndBar.ts
2023-03-12 15:51:06 +11:00

3 lines
90 B
TypeScript

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