Skip to content

ShareRoot/ndrscr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

About

This replacement library is meant provide a bare minimum of underscore methods that allow Backbone to function. These methods include:

  • bind
  • clone
  • create
  • defaults
  • defer
  • each
  • escape
  • extend
  • has
  • isArray
  • isEmpty
  • isEqual
  • isFunction
  • isObject
  • isRegExp
  • isString
  • iteratee
  • keys
  • map
  • matches
  • once
  • pick
  • result
  • size
  • some
  • uniqueId

Supported Model Methods

  • keys
  • values
  • pick
  • isEmpty

Unsupported Model Methods

  • pairs
  • invert
  • omit
  • chain

Supported Collection Methods

  • forEach
  • each
  • map
  • collect
  • reduce
  • foldl
  • inject
  • find
  • detect
  • filter
  • select
  • every
  • all
  • some
  • any
  • includes
  • contains
  • size
  • first
  • last
  • indexOf
  • lastIndexOf
  • isEmpty

Unsupported Collection Methods

  • reduceRight
  • foldr
  • reject
  • include
  • invoke
  • max
  • min
  • toArray
  • head
  • take
  • initial
  • rest
  • tail
  • drop
  • without
  • difference
  • shuffle
  • chain
  • sample
  • partition
  • groupBy
  • countBy
  • sortBy
  • indexBy
  • findIndex
  • findLastIndex

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published