mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-10 11:40:16 +08:00
Merge branch 'master' into rename-repo-url
This commit is contained in:
Vendored
+1
-1
@@ -325,7 +325,7 @@ interface HighlandStatic {
|
||||
not<R>(a: any): boolean;
|
||||
}
|
||||
|
||||
declare module Highland {
|
||||
declare namespace Highland {
|
||||
|
||||
interface Thenable<R> {
|
||||
then<U>(onFulfilled: (value: R) => Thenable<U>, onRejected: (error: any) => Thenable<U>): Thenable<U>;
|
||||
|
||||
Reference in New Issue
Block a user