Files
wechatpay-enterprise-web/node_modules/rxjs/_esm2015/internal/util/isArrayLike.js
jefferyzhao b9bdc8598b first commit
2025-07-31 17:44:12 +08:00

2 lines
137 B
JavaScript

export const isArrayLike = ((x) => x && typeof x.length === 'number' && typeof x !== 'function');
//# sourceMappingURL=isArrayLike.js.map