Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/fresh_turnstile/plugin.ts>TurnstileWindow

Cloudflare Turnstile plugin for Deno Fresh
Latest
type alias TurnstileWindow
import { type TurnstileWindow } from "https://deno.land/x/fresh_turnstile@1.0.1-0/plugin.ts";
definition: Window & globalThis & { turnstileReady: Promise<Turnstile>; onloadTurnstileCallback: () => void; turnstile: Turnstile; }