mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-12 04:50:18 +00:00
added missing static functions
Function definition for Dexie.delete at Dexie.js:3246 Function definition for Dexie.exists at Dexie.js:3259 Other static definitions are still missing.
This commit is contained in:
Vendored
+4
@@ -37,6 +37,10 @@ declare class Dexie {
|
||||
static shallowClone(obj: Object): Object;
|
||||
|
||||
static deepClone(obj: Object): Object;
|
||||
|
||||
static delete(databaseName : string): Dexie.Promise<void>;
|
||||
|
||||
static exists(databaseName : string): Dexie.Promise<bool>;
|
||||
|
||||
version(versionNumber: number): Dexie.Version;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user