Class PromiseManager<T>

Type Parameters

Constructors

Properties

Methods

Constructors

Properties

cache: Map<string, CachedPromise> = ...
instance: T

Methods

  • Type Parameters

    • T

    Parameters

    • nonce: string
    • options: {
          timeout?: number;
      } = {}
      • Optional timeout?: number

    Returns Promise<T>

Generated using TypeDoc