paulmillr / noble-secp256k1

Fastest 4KB JS implementation of secp256k1 signatures and ECDH
https://paulmillr.com/noble
MIT License
757 stars 114 forks source link

Add TS types field to exports map #66

Closed jacogr closed 2 years ago

jacogr commented 2 years ago

This PR add the "types" field to the export map for TS usage. This is a similar PR as the recent one to https://github.com/paulmillr/noble-ed25519/pull/66 and https://github.com/paulmillr/noble-hashes/pull/36