Files
openclaw/src/plugin-sdk/response-limit-runtime.ts
2026-04-17 16:05:09 +01:00

4 lines
157 B
TypeScript

// Narrow response-size reader for plugins that download bounded HTTP bodies.
export { readResponseWithLimit } from "../media/read-response-with-limit.js";