PATCH
import { PATCH } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/mod.ts";
Decorator
Defines an HTTP Handler of type PATCH.
@PATCH(route, options) Target: Method
const PATCH: (route: string, options?: Mandarine.MandarineMVC.Routing.RoutingOptions) => Function;