mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
10 lines
310 B
TypeScript
10 lines
310 B
TypeScript
// Type definitions for isarray 2.0
|
|
// Project: https://github.com/juliangruber/isarray
|
|
// Definitions by: Claas Ahlrichs <https://github.com/claasahl>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
// TypeScript Version: 2.7
|
|
|
|
export = isarray;
|
|
|
|
declare function isarray(p0: any): boolean;
|