Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "utils"

Index

Functions

Const copy

  • copy(x: any, ctor: Function): any

Const empty

  • empty(x: any, ctor: Function): any

Const ensureMap

  • ensureMap<K, V>(x: Iterable<Pair<K, V>>): Map<K, V>

Const ensureSet

  • ensureSet<T>(x: Iterable<T>): Set<T>

Const first

  • first<T>(x: Iterable<T>): any

Const objValues

  • objValues(src: any): any[]

Generated using TypeDoc