Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "util/async"

Index

Type aliases

resolver

resolver: function

Type declaration

Functions

isCustomIterable

  • isCustomIterable(val: any): boolean

isThenable

  • isThenable(val: any): boolean

mkReject

  • mkReject(err: Error): object

mkResolve

  • mkResolve(value: any): object

toThenable

toValue

  • toValue(val: IterableIterator<any> | Thenable | any): any

Generated using TypeDoc