# Installation
> `npm install --save @types/isarray`

# Summary
This package contains type definitions for isarray (https://github.com/juliangruber/isarray).

# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/isarray.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/isarray/index.d.ts)
````ts
export = isarray;

declare function isarray(value: unknown): value is unknown[];

````

### Additional Details
 * Last updated: Tue, 17 Dec 2024 20:02:28 GMT
 * Dependencies: none

# Credits
These definitions were written by [Claas Ahlrichs](https://github.com/claasahl), and [Jordan Harband](https://github.com/ljharb).
