saikumaraili
test
23ac194
declare function isObject(x: unknown): x is object;
export = isObject;