Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/opine/examples/mvc/controllers/main/index.ts>index

Minimalist web framework for Deno ported from ExpressJS.
Latest
variable index
import { index } from "https://deno.land/x/opine@2.3.4/examples/mvc/controllers/main/index.ts";

type

(_req: OpineRequest, res: OpineResponse) => unknown