Apply the provided mapping function to all values of the given index signature, and extract all values into an array.
The index signature to map.
The mapper function.
Optional
(optional) A filter predicate used to filter out unwanted values.
the result array of mapped values.
Generated using TypeDoc
Apply the provided mapping function to all values of the given index signature, and extract all values into an array.