芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/rxjs/src/internal/util/isArrayLike.ts
export const isArrayLike = (
(x: any): x is ArrayLike
=> x && typeof x.length === 'number' && typeof x !== 'function');