csquared / fernet.js

Javascript implementation of Fernet symmetric encryption https://github.com/kr/fernet-spec
MIT License
73 stars 29 forks source link

Typescript type definitions #22

Open jemc opened 3 years ago

jemc commented 3 years ago

Are you interested in a contribution to add an index.d.ts to this package to include Typescript types, so that Typescript users can use your library out of the box?

If so, I can try to contribute some Typescript definitions back here after I write them.