node-lmdb icon indicating copy to clipboard operation
node-lmdb copied to clipboard

update TypeScript Bindings

Open arthurmilliken opened this issue 3 years ago • 4 comments

arthurmilliken avatar Mar 03 '22 04:03 arthurmilliken

Can you indicate in the commit messages that these only affect the TypeScript binding and not the rest of node-lmdb? Thanks.

Venemo avatar Mar 03 '22 10:03 Venemo

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.

arthurmilliken avatar Mar 03 '22 23:03 arthurmilliken

Also, the Env has a resize() and a info() methods that are not typed.

Llorx avatar Apr 06 '22 14:04 Llorx

Also, the Env has a resize() and a info() methods that are not typed.

Done. These are now included

arthurmilliken avatar Apr 08 '22 17:04 arthurmilliken