Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Promise

Global promise store allowing user-provided promises

Hierarchy

  • Promise

Index

Constructors

Methods

Constructors

constructor

Methods

Static get

  • get(): PromiseConstructor

Static set

  • set(lib: PromiseConstructor): void

Static validate

  • validate(lib: unknown): lib is PromiseConstructor
  • Validates the passed in promise library

    Parameters

    • lib: unknown

    Returns lib is PromiseConstructor

Generated using TypeDoc