735 B
735 B
Home > @apextoaster/js-utils > ArrayMapperOptions
ArrayMapperOptions interface
Signature:
export interface ArrayMapperOptions
Properties
Property | Modifiers | 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. |