1.0.3 • Published 6 years ago

@writetome51/array-remove-filtered-results v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

To include:

import {removeFilteredResults} from '@writetome51/array-remove-filtered-results';

removeFilteredResults(testFunction, array): void

testFunction => (item, index?, array): boolean

removeFilteredResults removes items from the array that match the criteria of the test function.