3 lines
71 B
Plaintext
3 lines
71 B
Plaintext
declare function isArray(value: any): boolean;
|
|
export default isArray;
|
declare function isArray(value: any): boolean;
|
|
export default isArray;
|