UNPKG
mobidev-thelounge
Version:
latest (4.3.1)
4.3.1
The self-hosted Web IRC client
thelounge.chat
thelounge/thelounge
mobidev-thelounge
/
dist
/
server
/
plugins
/
inputs
/
quit.d.ts
8 lines
(7 loc)
•
187 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
{
PluginInputHandler
}
from
"./index"
;
declare
const
_default
: {
commands
:
string
[];
input
:
PluginInputHandler
;
allowDisconnected
:
boolean
; };
export
default
_default;