kriszyp / lmdb-js

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

[types] expand some types based on usage #18

Closed spalger closed 3 years ago

spalger commented 3 years ago

While upgrading to the latest version I've updated to use the types provided by lmdb-store, but found a couple inconsistencies with the way we use the library, which seem to be supported just not reflected in the published types:

Tested these changes with our usage by copying the index.d.ts file into our node_modules directory.