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

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]