// Type definitions for isarray 2.0 // Project: https://github.com/juliangruber/isarray // Definitions by: Claas Ahlrichs // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.7 export = isarray; declare function isarray(p0: any): boolean;