Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "dissoc"

Index

Functions

dissoc

  • dissoc<K, V>(map: Map<K, V>, keys: Iterable<K>): Map<K, V>
  • dissoc<T>(set: Set<T>, keys: Iterable<T>): Set<T>

Const dissocObj

  • dissocObj<T>(obj: IObjectOf<T>, keys: Iterable<string | number>): IObjectOf<T>

Generated using TypeDoc