Package Exports
- @writetome51/array-remove-filtered-results
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@writetome51/array-remove-filtered-results) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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.