UNPKG

ppl

Version:

Promise implementation with advanced flow control capabilities.

9 lines (8 loc) 131 B
module.exports = { head: function(array) { return array[0]; }, tail: function(array) { return array.slice(1); } };