Skip to main content
Module

x/opine/src/types.ts>Send

Minimalist web framework for Deno ported from ExpressJS.
Go to Latest
type alias Send
import { type Send } from "https://deno.land/x/opine@2.3.3/src/types.ts";

Type Parameters

optional
ResBody = any
optional
T = OpineResponse<ResBody>
definition: (body?: ResBody) => T