UNPKG

@thaunknown/web-irc

Version:

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

6 lines (5 loc) 151 B
export default class IrcCommand { constructor(command: any, data: any); getTag(tag_name: any): any; getServerTime(): number | undefined; }