UNPKG

node-ttv

Version:

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

6 lines (5 loc) 203 B
import Resource from "../Resource"; export default class Teams extends Resource { getChannelTeams(broadcaster_id: string): Promise<string>; getTeams(name: string, id: string): Promise<string>; }