UNPKG

twitch-js

Version:

Javascript library for the Twitch Messaging Interface.

3 lines (2 loc) 181 B
export declare const factory: (chatInstance: any) => void; export declare const resolvers: (chatInstance: any) => (channel: string, commandOrMessage: string) => Promise<unknown>[];