21 lines
647 B
Markdown
21 lines
647 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
[Home](./index.md) > [@apextoaster/js-utils](./js-utils.md) > [ArrayMapperOptions](./js-utils.arraymapperoptions.md)
|
|
|
|
## ArrayMapperOptions interface
|
|
|
|
<b>Signature:</b>
|
|
|
|
```typescript
|
|
export interface ArrayMapperOptions
|
|
```
|
|
|
|
## Properties
|
|
|
|
| Property | Type | Description |
|
|
| --- | --- | --- |
|
|
| [rest](./js-utils.arraymapperoptions.rest.md) | <code>string</code> | |
|
|
| [skip](./js-utils.arraymapperoptions.skip.md) | <code>number</code> | |
|
|
| [take](./js-utils.arraymapperoptions.take.md) | <code>Array<string></code> | |
|
|
|