homestay/minsu/admin/node_modules/rxjs/internal/util/isObject.d.ts

2 lines
55 B

export declare function isObject(x: any): x is Object;