Type alias Cancellable

Cancellable: Promise<void> & {
    [cancelDelay]: (() => void);
}

Type declaration

  • [cancelDelay]: (() => void)
      • (): void
      • Returns void

Generated using TypeDoc