mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-11 11:50:54 +08:00
Big replacement: bool with boolean
This commit is contained in:
Vendored
+1
-1
@@ -28,7 +28,7 @@ interface ErrorCallback { (d: Deferred, ...args: any[]); }
|
||||
declare class Deferred {
|
||||
|
||||
static methods: string[];
|
||||
static isDeferred(obj: any): bool;
|
||||
static isDeferred(obj: any): boolean;
|
||||
static next(fun: Function): Deferred;
|
||||
static chain(...args: any[]): Deferred;
|
||||
static wait(n: number): Deferred;
|
||||
|
||||
Reference in New Issue
Block a user