root
Inserindo smolagents[mcp] no requirements
63a73e3
raw
history blame
144 Bytes
declare function setDunderProto<P extends null | object>(target: {}, proto: P): P;
declare const x: false | typeof setDunderProto;
export = x;