mirror of
https://github.com/voltrevo/ValueScript.git
synced 2026-04-18 03:00:27 -04:00
Add other function to foo.ts
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
export default function foo() {
|
||||
return "this is the foo function";
|
||||
}
|
||||
|
||||
export function other() {
|
||||
return "this is the other function";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user