Skip to content

Commit

Permalink
change null to undefined
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurmilliken committed Mar 3, 2022
1 parent 0458c86 commit da0aeeb
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 @@ -41,7 +41,7 @@ declare module "node-lmdb" {
}

type BatchOptions = {
progress?: (ops: BatchResult[]) => null;
progress?: (ops: BatchResult[]) => undefined;
} & PutOptions;

/**
Expand Down

0 comments on commit da0aeeb

Please sign in to comment.