UNPKG

@dannyfranca/any-chat

Version:

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

4 lines (3 loc) 164 B
import EventCallback from "./EventCallback"; declare type EventMapValue<Return = void> = [string, EventCallback<Return>] | string; export default EventMapValue;