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 4016ab0 commit 415aedbCopy full SHA for 415aedb
dexie/dexie.d.ts
@@ -1,7 +1,6 @@
1
// Type definitions for Dexie 1.3.1
2
// Project: https://github.com/dfahlander/Dexie.js
3
// Definitions by: David Fahlander <http://github.com/dfahlander>
4
-// Date Wed Mar 09 2016
5
6
interface Thenable<R> {
7
then<U>(onFulfilled: (value: R) => Thenable<U>, onRejected: (error: any) => Thenable<U>): Thenable<U>;
0 commit comments