first commit

This commit is contained in:
2026-07-12 15:55:18 +05:30
commit ee98026cc5
404 changed files with 44522 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
{
"name": "@wrnexus/native",
"version": "0.2.12",
"type": "module",
"main": "src/index.ts",
"exports": {
".": "./src/index.ts",
"./browser": "./src/browser.ts",
"./mobile": "./src/mobile.ts"
}
}