pierrec / js-xxhash

Javascript implementation of xxHash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Typescript support

Jeansidharta opened this issue · comments

It'd be nice to have Typescript support for this project (through declaration files (.d.ts file extension)). I've tried looking for typings on the DefinitelyTyped repository, but no luck. The project already has some good JSDoc info, so it'd be just a matter of writing a few declaration files based on that.

I've already written some declaration files on my own project, so I could make a Pull Request with them if you'd like.