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

2 lines
129 B
JavaScript

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