21 lines
561 B
Markdown
21 lines
561 B
Markdown
<!-- 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 |
|
|
| --- | --- | --- |
|
|
| options | <code>ArrayMapperOptions</code> | |
|
|
|