workinggit status

This commit is contained in:
stjet
2024-09-05 04:21:04 +00:00
commit 77b4d1bfc8
105 changed files with 3866 additions and 0 deletions

7
node_test/package.json Normal file
View File

@@ -0,0 +1,7 @@
{
"scripts": {
"test": "cd ..; tsc -p .; cd node_test; node index.js"
},
"type": "module"
}