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

fix!: `push` & `unshift` should accept `undefined` values to match behaviour of `Array` #35

Closed Salakar closed 3 years ago

Salakar commented 3 years ago

Fixes #25