Aditya Sharma
update
1719261
raw
history blame contribute delete
72 Bytes
declare function isObject(x: unknown): x is object;
export = isObject;