2 lines
129 B
JavaScript
Raw Normal View History

2020-05-19 11:43:42 +03:00
export const isArray = (() => Array.isArray || ((x) => x && typeof x.length === 'number'))();
//# sourceMappingURL=isArray.js.map