rc-js-util
Version:
A collection of TS and C++ utilities to help writing performant and correct applications, achieved through strict typing and (removable) invariant checking.
56 lines (27 loc) • 749 B
Markdown
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [rc-js-util](./rc-js-util.md) > [arrayIsArray](./rc-js-util.arrayisarray.md)
## arrayIsArray() function
Checks if the parameter is an instance of `Array` or is a view of `ArrayBuffer`<!-- -->.
**Signature:**
```typescript
export declare function arrayIsArray(obj: unknown): boolean;
```
## Parameters
<table><thead><tr><th>
Parameter
</th><th>
Type
</th><th>
Description
</th></tr></thead>
<tbody><tr><td>
obj
</td><td>
unknown
</td><td>
</td></tr>
</tbody></table>
**Returns:**
boolean
## Remarks
See [arrayIsArray()](./rc-js-util.arrayisarray.md)<!-- -->.