UNPKG

fair-twitch

Version:

Fair's Twitch API and Chat bot library

11 lines (10 loc) 263 B
import TwitchIRC from './chat'; import TwitchAPI from './api'; declare const _default: { default: typeof TwitchAPI; TwitchAPI: typeof TwitchAPI; api: typeof TwitchAPI; TwitchIRC: typeof TwitchIRC; chat: typeof TwitchIRC; }; export = _default;