remiD45's picture
push chat
8990a66
raw
history blame contribute delete
72 Bytes
declare function isObject(x: unknown): x is object;
export = isObject;