// Type definitions for is-array 1.0 // Project: https://github.com/retrofox/is-array // Definitions by: Pine Mizune // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped export = isArray; declare function isArray(val?: any): val is any[];