/ piacw.com / dev / final / node_modules / indexes-of /

[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[   ]package.json2 years ago1.5K0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]LICENSE2 years ago1.0K0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]test.js2 years ago689 0fb859dc fixed mobile overflwo options [كارل مبارك]
[TXT]README.md2 years ago320 0fb859dc fixed mobile overflwo options [كارل مبارك]
[   ]index.js2 years ago153 0fb859dc fixed mobile overflwo options [كارل مبارك]
README.md

indexes-of

like Array/String#indexOf but return all the indexes in an array.

var indexesOf = require('indexes-of')

var twosIndexes = indexesOf([1, 2, 3, 4, 5, 4, 3, 2, 1], 2)

console.log(twosIndexes)

// [1, 7]

Haiku

License

MIT

Apache/2.4.38 (Debian) Server at www.karls.computer Port 80