var apply = require('lie-apply');
apply
apply(function, one or more values or promises)
calls the function with the values or promises once they all resolve.
License
MIT
apply a lie
var apply = require('lie-apply');
apply(function, one or more values or promises)
calls the function with the values or promises once they all resolve.
MIT