isArray.js 119 Bytes
Newer Older
Patiphan Marak's avatar
Patiphan Marak committed
1 2
export const isArray = Array.isArray || ((x) => x && typeof x.length === 'number');
//# sourceMappingURL=isArray.js.map