Files
ValueScript/inputs/passing/helpers/foo.ts
2023-03-12 15:51:06 +11: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";
}