Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "api/high-level"

Index

Functions

wrapAsync

  • wrapAsync(func: Function, msg: string, options: any): Promise<any>
  • Parameters

    • func: Function
    • msg: string
    • options: any

    Returns Promise<any>

wrapGenerator

  • wrapGenerator(gen: Function, msg: string, options: any): IterableIterator<any>
  • Wraps some generator for high level actions.

    Parameters

    • gen: Function
    • msg: string
    • options: any

    Returns IterableIterator<any>