Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • export=

Index

Constructors

Methods

Constructors

constructor

Methods

Static callAsync

  • callAsync(callable: Function, context: any, ...args: any[]): any
  • static

    callAsync - Calls any function using promises to keep a standard behavior between async and sync functions.

    Parameters

    • callable: Function

      The function to run

    • context: any

      The object this will be mapped to

    • Rest ...args: any[]

    Returns any

    • A promise that resolves to the result of the function

Static uuid

  • uuid(): string
  • Returns string

Generated using TypeDoc