deno.land / x / deno@v1.28.2 / cli / bench / testdata / npm / hono / dist / utils / body.d.ts
123export declare type Body = string | object | Record<string, string | File> | ArrayBuffer;export declare const parseBody: (r: Request | Response) => Promise<Body>;
Version Info