0.1.2 • Published 11 years ago

lie-any v0.1.2

Weekly downloads
2
License
-
Repository
github
Last release
11 years ago

lie-any

API

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

###any

any(array[, function])

Applies the function the the array of promies or values (or mix) and returns true if at least one value is truthy.

It is lazy and will resolve as soon as one value returns true, if the function is omited then it tests the truthiness of the array.

License

MIT

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago