2 lines
58 B
TypeScript
Raw Normal View History

2019-11-26 14:50:43 -08:00
export declare const isArray: (arg: any) => arg is any[];