vacuumlabs / cardano-crypto.js

Cardano cryptography from the official cardano-crypto transpiled to js with emscripten
26 stars 22 forks source link

Add typescript signatures for the functions #29

Open refi93 opened 3 years ago

refi93 commented 3 years ago

Currently we are not using typescipt at all and the type checks are at runtime which is inconvenient for development and integration with the library.

I suggest refactoring the API to Typescript (or adding a d.ts type signatures file)

frm commented 2 years ago

+1 on this