‘liusuyi’
2023-11-03 e98fb13c21fe5e3d03eaaa5e26e3597ba49e9d0e
1
2
export const isArrayLike = ((x) => x && typeof x.length === 'number' && typeof x !== 'function');
//# sourceMappingURL=isArrayLike.js.map