GuardTargetMethod
import type { GuardTargetMethod } from "https://raw.githubusercontent.com/mandarineorg/mandarinets/master/mod.ts";
type GuardTargetMethod = (requestContext: Mandarine.Types.RequestContext) => boolean;
§Type
§
(requestContext: Mandarine.Types.RequestContext) => boolean
[src]