istool

0.0.2 • Public • Published

istool.js - higher-order functions

npm install istool

usage

var is = require('istool')

functions

equal is.eq
var arr = ['daewon', 'dun'].filter(is.eq('daewon'));
// ['daewon']
not equal is.ne
var arr = ['daewon', 'dun'].filter(is.ne('daewon'));
// ['dun']

http://daewon.github.io/higher-order.js/

Readme

Keywords

none

Package Sidebar

Install

npm i istool

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • blueiur