node-lmdb
node-lmdb copied to clipboard
update TypeScript Bindings
Can you indicate in the commit messages that these only affect the TypeScript binding and not the rest of node-lmdb? Thanks.
Can you indicate in the commit messages that these only affect the TypeScript binding and not the rest of
node-lmdb? Thanks.
Done. I also squashed into a single commit for ease of reading.
Also, the Env has a resize() and a info() methods that are not typed.
Also, the Env has a
resize()and ainfo()methods that are not typed.
Done. These are now included