Skip to content

more useful and general functions added to underscore (mostly made with underscore). inspired by clojure

Notifications You must be signed in to change notification settings

boxxxie/underscore_extended

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

more useful and general functions added to underscore (mostly made with underscore). inspired by clojure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published