frontend/.pnpm-store/v3/files/a9/5bb3ab7fadfc8f2168d74bdeeb5f373fb6b39bc223d8195a962506f00129c272eafd4f2030e35f95082047edd503b5401b10e28ed382a112d8f518fb2ce819

2 lines
112 B
Plaintext

export const isArray = (() => Array.isArray || (<T>(x: any): x is T[] => x && typeof x.length === 'number'))();