Skip to content

Commit 8ad9423

Browse files
committed
Added Definitions line 4
1 parent 415aedb commit 8ad9423

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dexie/dexie.d.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
// Type definitions for Dexie 1.3.1
1+
// Type definitions for Dexie v1.3.1
22
// Project: https://github.com/dfahlander/Dexie.js
33
// Definitions by: David Fahlander <http://github.com/dfahlander>
4+
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
45

56
interface Thenable<R> {
67
then<U>(onFulfilled: (value: R) => Thenable<U>, onRejected: (error: any) => Thenable<U>): Thenable<U>;

0 commit comments

Comments
 (0)