pierrec / node-lz4

LZ4 fast compression algorithm for NodeJS
MIT License
438 stars 98 forks source link

Use 'FromJust' to avoid breaking on older node versions #85

Closed vihanb closed 5 years ago

vihanb commented 5 years ago

ToChecked is just an alias for FromJust on newer Node versions. This doesn't change any functionality but should avoid breaking on older versions.

vihanb commented 5 years ago

@pierrec could this updated version be published to npm?

pierrec commented 5 years ago

Done. Thanks for the pull request btw.