Aditya Sharma
update
1719261
declare function isObject(x: unknown): x is object;
export = isObject;