DefinitelyTyped/types/is-array/index.d.ts
2017-03-24 14:27:52 -07:00

8 lines
280 B
TypeScript

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