Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ResponseParam

import { ResponseParam } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/mod.ts";

Decorator

Injects the response object from a request.

@ResponseParam() Target: Method parameter

const ResponseParam: () => Function;