UNPKG

twitch-js

Version:

Javascript library for the Twitch Messaging Interface.

4 lines (3 loc) 193 B
import * as types from '../chat-types'; export declare const chatOptions: (options: Partial<types.ChatOptions>) => types.ChatOptions; export declare const channel: (channel: string) => string;