UNPKG

@thaunknown/web-irc

Version:

A TypeScript port of irc-framework's WebIRC client, without the bloat of unnceessary packages.

11 lines (10 loc) 211 B
export default class IrcMessage { constructor(command: any, ...args: any[]); to1459(): string; toJson(): { tags: any; source: any; command: any; params: any; }; }