isArray.js 119 Bytes Edit 1 2 export const isArray = Array.isArray || ((x) => x && typeof x.length === 'number'); //# sourceMappingURL=isArray.js.map