remove-and-do
v1.0.0
Published
Remove an item from a collection in context and run an action on removed item
Readme
remove-and-do
Remove an item from a collection in context and run an action on removed item
Installation
$ npm install --save remove-and-doUsage
var removeAndDo = require('remove-and-do');
removeAndDo(this, collection, thing, action);
// -> true if removed, false otherwiseLicense
MIT ©Gilad Peleg
