Up-to-date Twitch Typings based on the official Twitch Dev Docs.
npm install twitch-dev-types
yarn add twitch-dev-types
pnpm add twitch-dev-typesJavascript:
const {APIStream} = require("twitch-dev-types");Typescript:
import {APIStream} from "twitch-dev-types";