Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Client<T>

Type parameters

  • T

Hierarchy

  • Client

Index

Methods

Methods

resolvePromise

  • resolvePromise<Type>(promise: Promise<Type>): Type
  • Allows for any type of promise to be resolved in order to continue synchronous code execution.

    Type parameters

    • Type

    Parameters

    • promise: Promise<Type>

    Returns Type

Generated using TypeDoc