Cloudflare Turnstile Types
Unofficial types for Cloudflare Turnstile.
Install
npm install -D turnstile-types
Usage
Add turnstile-types
to the types array in your tsconfig.json
:
{
"compilerOptions": {
"target": "ES2020",
"module": "CommonJS",
"lib": ["ES2020"],
"types": ["turnstile-types"]
}
}