UNPKG

@agentek/tools

Version:

Blockchain tools for AI agents

5 lines 189 B
/** * Throws an error if the fetch response is not OK. */ export declare function assertOkResponse(response: Response, context: string): Promise<void>; //# sourceMappingURL=fetch.d.ts.map