projecte_ionic/node_modules/rxjs/_esm2015/internal/util/isArray.js
2022-02-09 18:30:03 +01:00

2 lines
No EOL
129 B
JavaScript
Executable file

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