PromiseWatcherI: InterfaceGuard<{
    onFulfilled: MethodGuard;
    onRejected: MethodGuard;
}> = ...

A PromiseWatcher interface that has both onFulfilled and onRejected handlers.

Type declaration

  • onFulfilled: MethodGuard
  • onRejected: MethodGuard