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 Sep 13, 2023
1 parent 93ea5eb commit 27ce021
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/public/types/dexie-constructor.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export interface DexieConstructor extends DexieExceptionClasses {
dependencies: DexieDOMDependencies;
default: Dexie; // Work-around for different build tools handling default imports differently.
cache: GlobalQueryCache;
debug: false | true | 'dexie';

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

0 comments on commit 27ce021

Please sign in to comment.