File manager - Edit - /usr/local/lib/node_modules/bower/lib/node_modules/bower-config/node_modules/mout/function/times.js
Back
/** * Iterates over a callback a set amount of times */ function times(n, callback, thisObj){ var i = -1; while (++i < n) { if ( callback.call(thisObj, i) === false ) { break; } } } module.exports = times;
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings