cou

1.4.0 • Public • Published

cou

Build status NPM version Downloads Dependency Status

Test coverage Gittip

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

License

Readme

Keywords

Package Sidebar

Install

npm i cou

Weekly Downloads

531

Version

1.4.0

License

ISC

Last publish

Collaborators

  • ftft1885