635 B
635 B
Home > @apextoaster/js-utils > ArrayMapper > map
ArrayMapper.map() method
Transform the input list into a map, extracting elements using the mapper's options.
Signature:
map(input: Array<string>): Map<string, Array<string>>;
Parameters
Parameter | Type | Description |
---|---|---|
input | Array<string> |
Returns:
Map<string, Array<string>>