UNPKG

twitch2ma

Version:

Twitch chat bot that runs commands on the MA GrandMA2 using Telnet.

11 lines (8 loc) 181 B
export class Receiver { on = jest.fn(); close = jest.fn((callback?: () => any) => { if(callback instanceof Function) { callback(); } }); }