root
Inserindo smolagents[mcp] no requirements
63a73e3
raw
history blame
72 Bytes
declare function isObject(x: unknown): x is object;
export = isObject;