1.2.3 • Published 1 year ago
turnstile-types v1.2.3
Cloudflare Turnstile Types
Unofficial types for Cloudflare Turnstile.
Install
npm install -D turnstile-typesUsage
Add turnstile-types to the types array in your tsconfig.json:
{
"compilerOptions": {
// ...
"types": ["turnstile-types"]
}
}