Skip to content

Latest commit

 

History

History
64 lines (54 loc) · 764 Bytes

README.md

File metadata and controls

64 lines (54 loc) · 764 Bytes

Underscore Extended

Adds these helpful functions to underscore, and a few more that should be documented soon...

Utility

  • pairs
  • toObject
  • unEscape
  • isNotEmpty

Object mapping/splitting

  • selectKeys
  • removeKeys
  • renameKeys
  • nest
  • splitKeys

Object Merging

  • combine
  • extend_r
  • fill

Array

  • isLastEmpty
  • merge
  • zipMerge
  • partition
  • compress
  • joinOn
  • matchTo

Map

  • mapRenameKeys
  • mapMerge
  • mapNest
  • mapCombine

Object/Array unification

  • filter$
  • map$

Functions

  • juxtapose

Object/Primative unification

  • add
  • subtract
  • multiply
  • divide
  • lessThan
  • greaterThan

Conditional

  • either