isArray.js 129 B

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