interface Settled
Called when the promise receives a resolution or rejection value. This may occur synchronously in the case of Promise.resolve() or Promise.reject().
Call Signatures Jump to heading
(promise: Promise<unknown>): void
Called when the promise receives a resolution or rejection value. This may occur synchronously in the case of Promise.resolve() or Promise.reject().
(promise: Promise<unknown>): void