UNPKG

node-ttv

Version:

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

5 lines (4 loc) 175 B
import Resource from "../Resource"; export default class Ads extends Resource { startCommercial(token: string, broadcaster_id: string, length: number): Promise<string>; }