brianloveswords / buffer-crc32

A pure javascript CRC32 algorithm that plays nice with binary data
MIT License
97 stars 30 forks source link

chore: Explicit module type #24

Closed kibertoad closed 10 months ago

kibertoad commented 10 months ago

Node 21+ recommends explicitly setting module type for packages, because that makes imports faster when dynamic CJS/ESM resolution is enabled.