We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 415aedb commit 8ad9423Copy full SHA for 8ad9423
dexie/dexie.d.ts
@@ -1,6 +1,7 @@
1
-// Type definitions for Dexie 1.3.1
+// Type definitions for Dexie v1.3.1
2
// Project: https://github.com/dfahlander/Dexie.js
3
// Definitions by: David Fahlander <http://github.com/dfahlander>
4
+// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5
6
interface Thenable<R> {
7
then<U>(onFulfilled: (value: R) => Thenable<U>, onRejected: (error: any) => Thenable<U>): Thenable<U>;
0 commit comments