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

27 lines
578 B
Markdown
Raw Normal View History

2020-03-31 23:47:44 +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; [ensureArray](./js-utils.ensurearray.md)
## ensureArray() function
> Warning: This API is now obsolete.
>
>
2020-03-31 23:47:44 +00:00
<b>Signature:</b>
```typescript
export declare function ensureArray<T>(val: Maybe<Array<T>>): Array<T>;
2020-03-31 23:47:44 +00:00
```
## Parameters
| Parameter | Type | Description |
| --- | --- | --- |
| val | [Maybe](./js-utils.maybe.md)<!-- -->&lt;Array&lt;T&gt;&gt; | |
2020-03-31 23:47:44 +00:00
<b>Returns:</b>
Array&lt;T&gt;
2020-03-31 23:47:44 +00:00