UNPKG

twitch-core

Version:
10 lines (9 loc) 272 B
import { TwitchCommandClient } from '../client/TwitchCommandClient'; export declare class Server { private client; private port; private app; constructor(client: TwitchCommandClient, port: number); private registerRoutes; start(): void; }