Shrey327
initial commit
a19a736
declare function isObject(x: unknown): x is object;
export = isObject;