1.0.1 • Published 11 years ago

a-find v1.0.1

Weekly downloads
9
License
MIT
Repository
github
Last release
11 years ago

a-find

Travis

Finding all the occurrences of an element in an array

###Install

npm install --save a-find

###Usage

var find = require('a-find');

find(['a', 'b', 'c', 'd', 'c'], 'c') // => [2, 4]

find(['a', 'b', 'c', 'd', 'c'], 'b') // => [1]
1.0.1

11 years ago

1.0.0

11 years ago