feat: init @toeverything/hooks package (#1788)

This commit is contained in:
Himself65
2023-04-03 04:32:52 -05:00
committed by GitHub
parent 89c1e4c205
commit fcf5d5602d
17 changed files with 100 additions and 33 deletions

View File

@@ -0,0 +1,7 @@
{
"name": "@toeverything/hooks",
"exports": {
"./*": "./src/*"
},
"private": true
}