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