From 90bd228b3cd178fc089fa2dd40b31ccf56d65e85 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Fri, 13 Dec 2024 03:22:00 +0000 Subject: [PATCH] todo --- package-lock.json | 13 +++++++++++++ src/index.mjs | 3 +++ 2 files changed, 16 insertions(+) create mode 100644 package-lock.json diff --git a/package-lock.json b/package-lock.json new file mode 100644 index 0000000..27883fa --- /dev/null +++ b/package-lock.json @@ -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" + } + } +} diff --git a/src/index.mjs b/src/index.mjs index e69de29..bd13724 100644 --- a/src/index.mjs +++ b/src/index.mjs @@ -0,0 +1,3 @@ +"use strict"; + +// TODO write js wrapper here. \ No newline at end of file