Skip to content

Commit

Permalink
fix(types): add autoEnsure to index.d.ts (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
thetayloredman committed Aug 30, 2022
1 parent 64864cc commit 4414057
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typings/index.d.ts
Expand Up @@ -10,6 +10,7 @@ declare module 'enmap' {
ensureProps?: boolean;
wal?: boolean;
verbose?: (query: string) => void;
autoEnsure?: unknown;
}

type MathOps =
Expand Down

0 comments on commit 4414057

Please sign in to comment.