Files
powerpoint-toolbox/node_modules/rxjs/_esm2015/internal/util/isArrayLike.js
T
2025-03-07 19:22:02 +01:00

2 lines
137 B
JavaScript

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