paulmillr / scure-base

Secure, audited & 0-deps implementation of bech32, base64, base32, base16 & base58
https://paulmillr.com/noble/#scure
MIT License
106 stars 13 forks source link

Add deno mod.ts with deno execution test #10

Closed jacogr closed 2 years ago

jacogr commented 2 years ago

This PR adds -

  1. The root mod.ts as per https://github.com/paulmillr/scure-base/issues/8
  2. A Deno test test/deno.ts that consumes mod.ts (some basic tests repeated)
  3. A new target for deno:test in package.json to execute 2 above

It does not repeat all the tests that are there, but rather just ensures that the actual imports from mod.ts works and it functional.