2020-03-29 13:43:52 +00:00
|
|
|
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
|
|
|
|
|
|
|
|
[Home](./index.md) > [@apextoaster/js-utils](./js-utils.md) > [ArrayMapper](./js-utils.arraymapper.md) > [(constructor)](./js-utils.arraymapper._constructor_.md)
|
|
|
|
|
|
|
|
## ArrayMapper.(constructor)
|
|
|
|
|
|
|
|
Constructs a new instance of the `ArrayMapper` class
|
|
|
|
|
|
|
|
<b>Signature:</b>
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
constructor(options: ArrayMapperOptions);
|
|
|
|
```
|
|
|
|
|
|
|
|
## Parameters
|
|
|
|
|
|
|
|
| Parameter | Type | Description |
|
|
|
|
| --- | --- | --- |
|
2020-06-29 23:23:16 +00:00
|
|
|
| options | [ArrayMapperOptions](./js-utils.arraymapperoptions.md) | |
|
2020-03-29 13:43:52 +00:00
|
|
|
|