mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-29 11:12:23 +08:00
add blank line
This commit is contained in:
Vendored
+1
-1
@@ -92,4 +92,4 @@ declare module Promise {
|
||||
* Make a Promise that fulfills when any item fulfills, and rejects if any item rejects.
|
||||
*/
|
||||
function race<R>(promises: Promise<R>[]): Promise<R>;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user