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