Skip to content

Commit

Permalink
Added missing declaration of Dexie.debug
Browse files Browse the repository at this point in the history
  • Loading branch information
dfahlander committed Oct 13, 2023
1 parent be5e093 commit 8f5ab3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/public/types/dexie-constructor.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ export interface DexieConstructor extends DexieExceptionClasses {
dependencies: DexieDOMDependencies;
default: Dexie; // Work-around for different build tools handling default imports differently.
cache: GlobalQueryCache;
debug: boolean | 'dexie';
debug: false | true | 'dexie';

Promise: PromiseExtendedConstructor;
//TableSchema: {}; // Deprecate!
Expand Down

0 comments on commit 8f5ab3a

Please sign in to comment.