UNPKG

@thaunknown/web-irc

Version:

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

5 lines (4 loc) 95 B
export default class User { constructor(opts: any); toggleModes(modestr: any): void; }