Files
ValueScript/inputs/passing/helpers/bar.ts
2023-03-12 15:17:14 +11:00

6 lines
93 B
TypeScript

function bar() {
return "this is the bar function";
}
export { bar, bar as barExported };