turnstile-types
TypeScript icon, indicating that this package has built-in type declarations

1.1.2 • Public • Published

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"]
  }
}

Keywords

none

Install

npm i turnstile-types

DownloadsWeekly Downloads

7,590

Version

1.1.2

License

MIT

Unpacked Size

3.56 kB

Total Files

4

Last publish

Collaborators

  • le0developer