(value?: T | PromiseLike<T>)
| 90 | readonly completed: boolean; |
| 91 | readonly value?: T; |
| 92 | resolve(value?: T | PromiseLike<T>): void; |
| 93 | // eslint-disable-next-line @typescript-eslint/no-explicit-any |
| 94 | reject(reason?: any): void; |
| 95 | } |
no outgoing calls
no test coverage detected