invertase / denque

The fastest javascript implementation of a double-ended queue. Used by the official Redis, MongoDB, MariaDB & MySQL libraries for Node.js and many other libraries.
https://docs.page/invertase/denque
Apache License 2.0
354 stars 33 forks source link

Add Typescript definitions #14

Closed poupryc closed 6 years ago

poupryc commented 6 years ago

Hi @Salakar

I would like to try working with your project but with Typescript. I have written the typicalcript definitions of this module and added a test file, which will be automatically run with the other tests to check the coverage of the definitions.

Feel free to ask questions ^^

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 8a7ff8a66eb00da7adca4dc754c51074c9cb1d5e on HelloEdit:master into aeaf142269e916cfe877b33036af57da3829b1b0 on Salakar:master.

poupryc commented 6 years ago

It is no longer necessary to keep node < v4 as they are obsolete and deprecated

Salakar commented 6 years ago

@HelloEdit this has been published to npm under v1.3.0, thanks for the PR!