Skip to content

wjpeters/underscore

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

                   __                                                         
                  /\ \                                                         __           
 __  __    ___    \_\ \     __   _ __   ____    ___    ___   _ __    __       /\_\    ____  
/\ \/\ \ /' _ `\  /'_  \  /'__`\/\  __\/ ,__\  / ___\ / __`\/\  __\/'__`\     \/\ \  /',__\ 
\ \ \_\ \/\ \/\ \/\ \ \ \/\  __/\ \ \//\__, `\/\ \__//\ \ \ \ \ \//\  __/  __  \ \ \/\__, `\
 \ \____/\ \_\ \_\ \___,_\ \____\\ \_\\/\____/\ \____\ \____/\ \_\\ \____\/\_\ _\ \ \/\____/
  \/___/  \/_/\/_/\/__,_ /\/____/ \/_/ \/___/  \/____/\/___/  \/_/ \/____/\/_//\ \_\ \/___/ 
                                                                              \ \____/      
                                                                               \/___/

Underscore is a utility-belt library for JavaScript that provides 
support for the usual functional suspects (each, map, reduce, filter...) 
without extending any core JavaScript objects.

For Docs, License, Tests, and pre-packed downloads, see:
http://documentcloud.github.com/underscore/

Many thanks to our contributors:
https://github.com/documentcloud/underscore/contributors


THE ASYNC BRANCH

This branch aims to bring the async utilities from
Caolan McMahon's async.js (https://github.com/caolan/async) to
underscore.

New functions (subject to name changes!):

* asyncForEach, asyncForEachSeries
* asyncMap, asyncMapSeries
* asyncFilter, asyncFilterSeries
* asyncReject, asyncRejectSeries
* asyncReduce
* asyncDetect, asyncDetectSeries
* asyncSortBy
* asyncAny
* asyncAll
* asyncConcat, asyncConcatSeries
* series
* parallel
* asyncWhile
* waterfall
* asyncQueue
* iterator
* nextTick
* asyncMemoize

Packages

No packages published