101arrowz / fzstd

High performance Zstandard decompression in a pure JavaScript, 8kB package
MIT License
222 stars 11 forks source link

fix: node import issue #6

Closed Gozala closed 2 years ago

Gozala commented 2 years ago

fixes #5

101arrowz commented 2 years ago

This breaks CJS users in bundlers that support ESM, but I will fix the issue for ESM Node users on my own in a bit.