Skip to content

Commit da0aeeb

Browse files
change null to undefined
1 parent 0458c86 commit da0aeeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ declare module "node-lmdb" {
4141
}
4242

4343
type BatchOptions = {
44-
progress?: (ops: BatchResult[]) => null;
44+
progress?: (ops: BatchResult[]) => undefined;
4545
} & PutOptions;
4646

4747
/**

0 commit comments

Comments
 (0)