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

24 lines
591 B
Markdown
Raw Normal View History

2021-08-01 14:47:48 +00:00
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) &gt; [@apextoaster/js-utils](./js-utils.md) &gt; [mergeArray](./js-utils.mergearray_1.md)
## mergeArray() function
2022-10-08 19:52:35 +00:00
2021-08-01 14:47:48 +00:00
<b>Signature:</b>
```typescript
export declare function mergeArray<TItem>(...parts: ReadonlyArray<TItem | ReadonlyArray<TItem>>): ReadonlyArray<TItem>;
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| parts | ReadonlyArray&lt;TItem \| ReadonlyArray&lt;TItem&gt;&gt; | |
<b>Returns:</b>
ReadonlyArray&lt;TItem&gt;