mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
fix typo
This commit is contained in:
Vendored
+1
-1
@@ -26,6 +26,6 @@ declare module Promise {
|
||||
then<R>(onFulfilled?: (value: T) => IThenable<R>|R, onRejected?: (error: any) => IThenable<R>|R): IThenable<R>;
|
||||
catch<R>(onRejected?: (error: any) => IThenable<R>|R): IThenable<R>;
|
||||
done<R>(onFulfilled?: (value: T) => IThenable<R>|R, onRejected?: (error: any) => IThenable<R>|R): IThenable<R>;
|
||||
nodeify<R>(callbacl: Function): IThenable<R>;
|
||||
nodeify<R>(callback: Function): IThenable<R>;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user