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

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

Awesome Lists containing this project

README

          

# Twitch Dev Types



npm version
license
last commit
contributors


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";
```