UNPKG

@dannyfranca/any-chat

Version:

Universal, extensible and improved JS API for Chats, like TawkTo, Jivochat, and others.

11 lines (8 loc) 200 B
import { Subject } from 'rxjs' import EventCallback from './EventCallback' type EventSingle = { subject: Subject<any> callbackName: string callback: EventCallback } export default EventSingle