2 lines
58 B
Plaintext
2 lines
58 B
Plaintext
export declare const isArray: (arg: any) => arg is any[];
|
export declare const isArray: (arg: any) => arg is any[];
|