twitch-dev-types
v1.4.0
Published
Up-to-date Twitch Typings based on the official Twitch Dev Docs
Maintainers
Readme
Twitch Dev Types
Up-to-date Twitch Typings based on the official Twitch Dev Docs.
Installation
npm install twitch-dev-typesUsage
Javascript:
const {APIStream} = require("twitch-dev-types");Typescript:
import {APIStream} from "twitch-dev-types";