blob: f6cc1e462a6c423cda6a2308c1bd1786303f1ace [file] [log] [blame]
export const isArray = Array.isArray || ((x) => x && typeof x.length === 'number');
//# sourceMappingURL=isArray.js.map