Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "xform/rename"

Index

Functions

Functions

rename

  • rename<A, B>(kmap: IObjectOf<PropertyKey> | Array<PropertyKey>, rfn?: Reducer<B, [PropertyKey, A]>): Transducer<A[], B>
  • rename<A, B>(kmap: IObjectOf<PropertyKey> | Array<PropertyKey>, rfn: Reducer<B, [PropertyKey, A]>, src: Iterable<A[]>): IterableIterator<B>

Generated using TypeDoc