Removes elements from an array for which the callback returns false.
array to filter
callback to filter the array
the filtered array
Generated using TypeDoc
Removes elements from an array for which the callback returns false.