diff options
Diffstat (limited to 'cli/scripts/templates/src/index.ts')
| -rw-r--r-- | cli/scripts/templates/src/index.ts | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cli/scripts/templates/src/index.ts b/cli/scripts/templates/src/index.ts new file mode 100644 index 0000000..715e93e --- /dev/null +++ b/cli/scripts/templates/src/index.ts @@ -0,0 +1,3 @@ +export const sum = (a: number, b: number) => { + return a + b; +}; |
