Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Promise

Global promise store allowing user-provided promises

Hierarchy

  • Promise

Index

Constructors

Methods

Constructors

Methods

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

    Parameters

    • lib: unknown

    Returns lib is PromiseConstructor

Generated using TypeDoc