Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface PromiseLike

Package version

internal

Hierarchy

  • PromiseLike

Index

Properties

Properties

reject

reject: (reason?: any) => void

Type declaration

    • (reason?: any): void
    • Parameters

      • Optional reason: any

      Returns void

resolve

resolve: (value?: any) => void

Type declaration

    • (value?: any): void
    • Parameters

      • Optional value: any

      Returns void

timer

timer: NodeJS.Timer

Generated using TypeDoc