Skip to content

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Keller18306 authored Aug 27, 2023
1 parent 73f7d69 commit 11eb0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ declare module "node-lmdb" {
batchWrite(
operations: (BatchOperation | BatchOperationArray)[],
options?: PutOptions & {
progress: (results: BatchResult[]) => void;
progress?: (results: BatchResult[]) => void;
},
callback?: (err: Error, results: BatchResult[]) => void
): void;
Expand Down

0 comments on commit 11eb0ec

Please sign in to comment.