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
353 stars 33 forks source link

Please add documentation using `import` instead of `required` #54

Open augmentmoogi opened 2 months ago

augmentmoogi commented 2 months ago

A lot of projects now use a new import syntax. Updating the README to use import will help keep this project easier to adopt.