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

x/opine/examples/content-negotiation/users.ts>json

Minimalist web framework for Deno ported from ExpressJS.
Go to Latest
variable json
import { json } from "https://deno.land/x/opine@2.3.3/examples/content-negotiation/users.ts";

type

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