Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/le0developer/turnstile-types
- Owner: Le0Developer
- License: mit
- Created: 2022-11-25T10:47:05.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-24T09:56:52.000Z (about 2 months ago)
- Last Synced: 2024-10-31T17:46:26.424Z (20 days ago)
- Size: 57.6 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: HISTORY.md
- License: LICENSE
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"]
}
}
```