cou

Core Util Javascript Lib

  • cou

Downloads in past

Stats

StarsIssuesVersionUpdatedCreatedSize
cou
101.4.06 years ago8 years agoMinified + gzip package size for cou in KB

Readme

cou
!Build statustravis-imagetravis-url !NPM versionnpm-imagenpm-url !Downloadsdownloads-imagedownloads-url !Dependency Statusdavid-imagedavid-url
!Test coveragecoveralls-imagecoveralls-url !Gittipgittip-imagegittip-url
Core Util Javascript Lib

Installation

npm i cou

Usage

var _ = require('min-util')

Type Check

_.is equals min-is
assert(_.is.arraylike({0: 'foo', length: 1}))

Core Util Function

  • _.extend same as _.assign
  • _.each
  • _.map
  • _.filter
  • _.some
  • _.every
  • _.reduce
  • _.findIndex
  • _.find
  • _.indexOf
  • _.toArray
  • _.size
  • _.has
  • _.includes
  • _.slice
  • _.negate
  • _.keys
  • _.forIn
  • _.trim
  • _.noop
  • _.len return length of object, unofficial

Support

  • all browsers even IE6+
  • node.js

License

!Licenselicense-imagelicense-url