UNPKG

node-ttv

Version:

A Node.js wrapper for Twitch.tv's helix API.

5 lines (4 loc) 214 B
import Resource from "../Resource"; export default class HypeTrain extends Resource { getHypeTrainEvents(token: string, broadcaster_id: string, first?: number, id?: string, cursor?: string): Promise<string>; }