leblebijs/src/utils.ts

7 lines
84 B
TypeScript

export function foo() {
return "bar";
}
export function baz() {
return "baz";
}