芝麻web文件管理V1.00
编辑当前文件:/home/freeclou/app.optimyar.com/backend/node_modules/rxjs/src/internal/util/isObject.ts
export function isObject(x: any): x is Object { return x !== null && typeof x === 'object'; }