Orel MAZOR
tiny-agent
d4f5807
raw
history blame contribute delete
72 Bytes
declare function isObject(x: unknown): x is object;
export = isObject;