NPM publishable

This commit is contained in:
proudparrot2 2024-06-29 15:52:10 -05:00
parent 0729a3efa8
commit a9e7fdda2e
3 changed files with 4212 additions and 1 deletions

5
lib/index.js Normal file
View file

@ -0,0 +1,5 @@
import { resolve } from 'node:path'
const scramjetPath = resolve(import.meta.dirname, '..', 'dist');
export { scramjetPath }