UNPKG

kichat.js

Version:

A JavaScript library to connect to Kick.com chat.

9 lines (8 loc) 279 B
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;