Skip to content

Commit 11eb0ec

Browse files
authored
Update index.d.ts
1 parent 73f7d69 commit 11eb0ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ declare module "node-lmdb" {
151151
batchWrite(
152152
operations: (BatchOperation | BatchOperationArray)[],
153153
options?: PutOptions & {
154-
progress: (results: BatchResult[]) => void;
154+
progress?: (results: BatchResult[]) => void;
155155
},
156156
callback?: (err: Error, results: BatchResult[]) => void
157157
): void;

0 commit comments

Comments
 (0)