https://github.com/twivesdk/twitch-dev-types
Up-to-date Twitch Typings based on the official Twitch Dev Docs
https://github.com/twivesdk/twitch-dev-types
nodejs rest-api twitch twitch-api twitch-dev twitch-eventsub twitchtv types typescript typings
Last synced: 30 days ago
JSON representation
Up-to-date Twitch Typings based on the official Twitch Dev Docs
- Host: GitHub
- URL: https://github.com/twivesdk/twitch-dev-types
- Owner: twiveSDK
- License: mit
- Created: 2025-10-22T18:48:58.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2026-03-29T21:15:09.000Z (3 months ago)
- Last Synced: 2026-03-29T21:20:58.659Z (3 months ago)
- Topics: nodejs, rest-api, twitch, twitch-api, twitch-dev, twitch-eventsub, twitchtv, types, typescript, typings
- Language: TypeScript
- Homepage:
- Size: 169 KB
- Stars: 3
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Twitch Dev Types
Up-to-date Twitch Typings based on the official [Twitch Dev Docs](https://dev.twitch.tv/docs/).
## Installation
```bash
npm install twitch-dev-types
```
## Usage
Javascript:
```js
const {APIStream} = require("twitch-dev-types");
```
Typescript:
```ts
import {APIStream} from "twitch-dev-types";
```