kriszyp / lmdb-js

Simple, efficient, ultra-fast, scalable data store wrapper for LMDB
Other
482 stars 39 forks source link

fix(types): make RangeOptions argument optional #146

Closed aleclarson closed 2 years ago

aleclarson commented 2 years ago

The getKeys, getKeyCount, getRange, and getCount methods do not actually require an options object, right?

kriszyp commented 2 years ago

That's correct, thank you for the fix/PR!