Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DeconstructedPromiseLike<T>

Type parameters

  • T

Hierarchy

  • DeconstructedPromiseLike

Implemented by

Index

Properties

Properties

reject

reject: (reason?: any) => void

Type declaration

    • (reason?: any): void
    • Parameters

      • Optional reason: any

      Returns void

resolve

resolve: (value?: T | PromiseLike<T>) => void

Type declaration

    • (value?: T | PromiseLike<T>): void
    • Parameters

      • Optional value: T | PromiseLike<T>

      Returns void

Generated using TypeDoc