feat: some shit

This commit is contained in:
2024-02-28 21:21:42 +01:00
commit 27b6514167
39 changed files with 9501 additions and 0 deletions

3
packages/types/index.ts Normal file
View File

@@ -0,0 +1,3 @@
interface Node {
}

View File

@@ -0,0 +1,12 @@
{
"name": "types",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}