UNPKG

310 BTypeScriptView Raw
1// Type definitions for isarray 2.0
2// Project: https://github.com/juliangruber/isarray
3// Definitions by: Claas Ahlrichs <https://github.com/claasahl>
4// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5// TypeScript Version: 2.7
6
7export = isarray;
8
9declare function isarray(p0: any): boolean;