UNPKG
@thaunknown/web-irc
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
A TypeScript port of irc-framework's WebIRC client, without the bloat of unnceessary packages.
@thaunknown/web-irc
/
commands
/
index.js
3 lines
•
136 B
JavaScript
View Raw
1
2
3
export
{
default
as
Command
}
from
'./command'
;
export
{
default
as
CommandHandler
}
from
'./handler'
;
//# sourceMappingURL=index.js.map