Skip to content

calvinmetcalf/lie-every

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published