UNPKG

@thaunknown/web-irc

Version:

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

3 lines (2 loc) 103 B
export { default as Command } from './command'; export { default as CommandHandler } from './handler';