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

Make TypeScript interface generic #18

Closed moritzuehling closed 6 years ago

moritzuehling commented 6 years ago

This shouldn't even be a breaking change. If the generic parameter is omitted, any is used.

moritzuehling commented 6 years ago

nvm, the other PR for that is better. Can you merge that, please? :)