745 B
745 B
Home > @apextoaster/js-utils > ArrayMapperOptions
ArrayMapperOptions interface
Signature:
export interface ArrayMapperOptions
Properties
Property | Type | Description |
---|---|---|
rest | string |
Key for any remaining, unmatched elements. |
skip | number |
Number of initial elements to skip. |
take | Array<string> |
List of element keys. |