UNPKG
kichat.js
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
A JavaScript library to connect to Kick.com chat.
github.com/zaacksb/kichat.js
zaacksb/kichat.js
kichat.js
/
dist
/
index.d.ts
9 lines
(8 loc)
•
279 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
{
KiChannel
}
from
'./lib/KiChannel'
;
import
{
KiChatjs
}
from
'./KiChatjs'
;
export
{
KiChatjs
,
type
ClientOptions
,
type
ClientEvents
}
from
'./KiChatjs'
;
export
*
from
'./types/events'
;
declare
const
_default
: {
KiChatjs
:
typeof
KiChatjs
; };
export
default
_default;