@amphibian/remove-from-array

2.0.3 • Public • Published

remove-from-array

build status

remove an index from an array

npm install @amphibian/remove-from-array
var removeFromArray = require('@amphibian/remove-from-array');
var mammals = ['cat', 'bird', 'dog', 'horse', 'fish'];

removeFromArray('fish', mammals);
removeFromArray('bird', mammals);

console.log(mammals); // > ['cat', 'dog', 'horse']

Dependents (3)

Package Sidebar

Install

npm i @amphibian/remove-from-array

Weekly Downloads

1

Version

2.0.3

License

ISC

Last publish

Collaborators

  • thomaslindstr_m