UNPKG

@aitoralejandro/amanda

Version:

Utilities collection library

4 lines (3 loc) 76 B
export function isArray(arr: any): boolean { return Array.isArray(arr); }