File manager - Edit - /usr/local/lib/node_modules/bower/lib/node_modules/mout/src/function/series.js
Back
define(function () { /** * Returns a function that will execute a list of functions in sequence * passing the same arguments to each one. (useful for batch processing * items during a forEach loop) */ function series(){ var fns = arguments; return function(){ var i = 0, n = fns.length; while (i < n) { fns[i].apply(this, arguments); i += 1; } }; } return series; });
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings