lie-every

0.1.1 • Public • Published

lie-every

API

npm install lie-every
var every = require('lie-every');

every

every(array[, function])

Applies the function the the array of promies or values (or mix) and returns true if they are all truthy.

It is lazy and will resolve as soon as the first falsy value is encountered.

If the function is omited then it tests the truthiness of the values.

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i lie-every

Weekly Downloads

0

Version

0.1.1

License

MIT

Last publish

Collaborators

  • cwmma