initial commit

This commit is contained in:
nora 2022-07-14 20:25:55 +02:00
commit c5928e755b
5 changed files with 124 additions and 0 deletions

9
package.json Normal file
View file

@ -0,0 +1,9 @@
{
"name": "tsfun",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"devDependencies": {
"typescript": "^4.7.4"
}
}