TypeScript boilerplate.

This commit is contained in:
Jack Hadrill
2022-01-30 17:44:50 +00:00
parent dd50811132
commit 0f2f619e96
12 changed files with 11311 additions and 2 deletions

3
src/bennc.ts Normal file
View File

@@ -0,0 +1,3 @@
export function addNumbers (a: number, b: number): number {
return a + b
}

0
src/index.ts Normal file
View File