Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/fresh_turnstile/plugin.ts>Turnstile

Cloudflare Turnstile plugin for Deno Fresh
Latest
interface Turnstile
import { type Turnstile } from "https://deno.land/x/fresh_turnstile@1.0.1-0/plugin.ts";

Properties

render: (widgetId: string, options: TurnstileOptions) => void
reset: (widgetId: string) => void
getResponse: (widgetId: string) => string | null