ktrongnhan / xxhash-addon

Yet another xxhash addon for Node.js which can be x50 times faster than crypto MD5
Other
81 stars 9 forks source link

Add Typescript typings #14

Closed adamaveray closed 2 years ago

adamaveray commented 4 years ago

Basic typings to support using the library with Typescript.

ktrongnhan commented 4 years ago

@adamaveray Wonderful! Thanks for the PR. Given the static type checking from TS, I am thinking that I can boost the performance up by skipping the costly type checks of NAPI. Let me see if I can make that. Stay tuned and stay safe.