type alias HttpMethodDecorator
Since 0.1.0

A factory producing a method decorator that registers a route for a given HTTP verb.

Definition

(path?: string) => SetuMethodDecorator

Usage

import { type HttpMethodDecorator } from "decorator-plugin/src/index.ts";