mirror of
https://github.com/wishthis/wishthis.git
synced 2026-08-04 01:41:52 -04:00
2 lines
129 B
JavaScript
2 lines
129 B
JavaScript
export const isArray = (() => Array.isArray || ((x) => x && typeof x.length === 'number'))();
|
|
//# sourceMappingURL=isArray.js.map
|