UNPKG

techy

Version:

Flat CMS based on Gulp and AbsurdJS

7 lines 227 B
module.exports = function(funcs, scope) { (function next() { if(funcs.length > 0) { funcs.shift().apply(scope || {}, [next].concat(Array.prototype.slice.call(arguments, 0))); } })(); };