Skip to main content
Module

x/opine/mod.ts>DenoResponseBody

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