πQuick start
git clone https://github.com/garronej/my_dummy_npm_and_deno_module
cd my_dummy_npm_and_deno_module
yarn install
yarn build
# Run the sample with node
node dist/test/test1.js
# Run the sample with Deno
deno run --allow-read --allow-env deno_dist/test/test1.tsLast updated
Was this helpful?