UNPKG

node-ttv

Version:

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

5 lines (4 loc) 161 B
import Resource from "../Resource"; export default class Goals extends Resource { getCreatorGoals(token: string, broadcaster_id: string): Promise<string>; }