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

8 lines
139 B
TypeScript

export default function foo() {
return "this is the foo function";
}
export function other() {
return "this is the other function";
}