Options
All
  • Public
  • Public/Protected
  • All
Menu

Module src/core/promise/interface

Index

Type aliases

ControllablePromise<P>: P & { isPending: boolean; reject: any; resolve: any }

Type parameters

  • P: PromiseLike<any> = Promise<unknown>