Array type
Type of all filtered values
Array type
Mapped type
Callback for Array.map
Array type
Type of all filtered values
The array
Filter callback
Optional argument. Binds this
for the callback
Modified for TypeScript from a Mozilla implementation
Array type
Depth
The array
How many arrays deep to flatten. Can be Infinity
for a fully flat array
Array type
Mapped type
The array
flatMap callback
Optional argument. Binds this
for callback
Array type
Mapped type
The array
Map callback
Optional argument. Binds this
for the callback
Generated using TypeDoc
Callback for Array.filter