1
0
Fork 0
js-utils/docs/api/js-utils.arraymapperoptions.md

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.