npm install lie-every``bash`
npm install lie-every
`javascript`
var every = require('lie-every');
###every
`javascript``
every(array, function)
applies the function the the array of promies or values (or mix) and returns true if they are all truthy.
MIT