mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-19 05:03:32 +08:00
Fixed wrong header comment.
This commit is contained in:
1
dexie/dexie.d.ts
vendored
1
dexie/dexie.d.ts
vendored
@@ -1,7 +1,6 @@
|
||||
// Type definitions for Dexie 1.3.1
|
||||
// Project: https://github.com/dfahlander/Dexie.js
|
||||
// Definitions by: David Fahlander <http://github.com/dfahlander>
|
||||
// Date Wed Mar 09 2016
|
||||
|
||||
interface Thenable<R> {
|
||||
then<U>(onFulfilled: (value: R) => Thenable<U>, onRejected: (error: any) => Thenable<U>): Thenable<U>;
|
||||
|
||||
Reference in New Issue
Block a user