make export work

This commit is contained in:
cohenerickson 2024-07-02 18:52:09 -05:00
parent d37e378984
commit 71beed406e
3 changed files with 9 additions and 7 deletions

7
lib/index.cjs Normal file
View file

@ -0,0 +1,7 @@
"use strict";
const { resolve } = require("node:path");
const scramjetPath = resolve(__dirname, "..", "dist");
exports.scramjetPath = scramjetPath;