UNPKG

node-ttv

Version:

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

6 lines (5 loc) 224 B
import Resource from "../Resource"; export default class Games extends Resource { getTopGames(after?: string, before?: string, first?: number): Promise<string>; getGames(id: string, name: string): Promise<string>; }