File manager - Edit - /usr/local/lib/node_modules/bower/lib/node_modules/mout/array/removeAll.js
Back
var indexOf = require('./indexOf'); /** * Remove all instances of an item from array. */ function removeAll(arr, item){ var idx = indexOf(arr, item); while (idx !== -1) { arr.splice(idx, 1); idx = indexOf(arr, item, idx); } } module.exports = removeAll;
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings