Orel MAZOR
tiny-agent
d4f5807
declare function isObject(x: unknown): x is object;
export = isObject;