@types/isarray
Version:
TypeScript definitions for isarray
23 lines (16 loc) • 657 B
Markdown
# 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(p0: any): boolean;
````
### Additional Details
* Last updated: Tue, 07 Nov 2023 03:09:37 GMT
* Dependencies: none
# Credits
These definitions were written by [Claas Ahlrichs](https://github.com/claasahl).