FiloSottile / typage

A TypeScript implementation of the age file encryption format, based on libsodium.
BSD 3-Clause "New" or "Revised" License
64 stars 9 forks source link

Export types #18

Open lorefnon opened 3 months ago

lorefnon commented 3 months ago

It would be convenient if this library directly exported the types used in the public api.

If I am using this in a library that also uses some of these types in public api, declaration generation fails because the types are private.