This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
declare namespace __React { | |
/** | |
* Represents the completion of an asynchronous operation | |
* @see lib.es6.d.ts | |
*/ | |
export interface Promise<T> { | |
/** | |
* Attaches callbacks for the resolution and/or rejection of the Promise. | |
* @param onfulfilled The callback to execute when the Promise is resolved. |