File manager - Edit - /usr/local/lib/node_modules/bower/lib/node_modules/bower-config/node_modules/mout/array/indicesOf.js
Back
/** * Array indicesOf */ function indicesOf(arr, item, fromIndex) { var results = []; if (arr == null) { return results; } fromIndex = typeof fromIndex === 'number' ? fromIndex : 0; var length = arr.length; var cursor = fromIndex >= 0 ? fromIndex : length + fromIndex; while (cursor < length) { if (arr[cursor] === item) { results.push(cursor); } cursor++; } return results; } module.exports = indicesOf;
| ver. 1.4 |
Github
|
.
| PHP 8.2.30 | Generation time: 0 |
proxy
|
phpinfo
|
Settings