kibertoad / unzipomatic

Modern unzipping library for Node.js
MIT License
3 stars 0 forks source link

refactor(lib): fixing ts issues #14

Closed H4ad closed 5 months ago

H4ad commented 5 months ago

Changes

Fixes #11

Also, I added tsup to support dual package publish (commonjs & esm).

Checklist

kibertoad commented 5 months ago

Merging, as it's better to postpone any runtime code changes until we have tests running, we can address class mutation later. I'll create a ticket.