recrypt-node-binding icon indicating copy to clipboard operation
recrypt-node-binding copied to clipboard

Introduce Typescript build process, generate types

Open skeet70 opened this issue 3 years ago • 0 comments

Now that there is a manually written index.js as the entrypoint, we're duplicating a lot of work between index.js and index.d.ts that is error prone. Write an index.ts that replaces both in the repo, and a build process that produces both of the original files for NPM packaging.

skeet70 avatar Dec 06 '21 19:12 skeet70