









# Interface: `PromiseLike`







## Methods

|Method | Parameters | Description | ReturnType | Optional|
|--- | --- | --- | --- | ---|
|then | **`onfulfilled`**: *(Optional)*  ObjectLiteral  - The callback to execute when the Promise is resolved.<br>**`onrejected`**: *(Optional)*  ObjectLiteral  - The callback to execute when the Promise is rejected. | Attaches callbacks for the resolution and/or rejection of the Promise. | [PromiseLike](README.md)\<TResult1 ǀ TResult2\> | |
