This commit is contained in:
Starbeamrainbowlabs 2024-12-13 03:22:00 +00:00
parent e1671cd445
commit 90bd228b3c
Signed by: sbrl
GPG key ID: 1BE5172E637709C2
2 changed files with 16 additions and 0 deletions

13
package-lock.json generated Normal file
View file

@ -0,0 +1,13 @@
{
"name": "osfs-wasm",
"version": "1.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "osfs-wasm",
"version": "1.0.0",
"license": "MPL-2.0"
}
}
}

View file

@ -0,0 +1,3 @@
"use strict";
// TODO write js wrapper here.