root
Inserindo smolagents[mcp] no requirements
63a73e3
raw
history blame
87 Bytes
declare function isInteger(argument: unknown): argument is number;
export = isInteger;