UNPKG

@thaunknown/web-irc

Version:

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

4 lines (3 loc) 124 B
import IrcMessage from './ircmessage'; export default parseIrcLine; declare function parseIrcLine(input_: any): IrcMessage;