Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/le0developer/turnstile-types

TypeScript typings for Cloudflare Turnstile
https://github.com/le0developer/turnstile-types

Last synced: 3 days ago
JSON representation

TypeScript typings for Cloudflare Turnstile

Awesome Lists containing this project

README

        

# Cloudflare Turnstile Types

Unofficial types for [Cloudflare Turnstile](https://challenges.cloudflare.com/).

## Install

```sh
npm install -D turnstile-types
```

## Usage

Add `turnstile-types` to the types array in your `tsconfig.json`:

```json
{
"compilerOptions": {
// ...
"types": ["turnstile-types"]
}
}
```