Skip to main content
Module

x/opine/src/types.ts>DenoResponseBody

Minimalist web framework for Deno ported from ExpressJS.
Latest
type alias DenoResponseBody
import { type DenoResponseBody } from "https://deno.land/x/opine@2.3.4/src/types.ts";
definition:
| undefined
| string
| Uint8Array