UNPKG

orionsoft-react-scripts

Version:

Orionsoft Configuration and scripts for Create React App.

7 lines (6 loc) 153 B
module.exports = function (ary, item) { var i = -1, indexes = [] while((i = ary.indexOf(item, i + 1)) !== -1) indexes.push(i) return indexes }