UNPKG

@kiwicom/smart-faq

Version:

26 lines (24 loc) 564 B
/*:: export type LogEvent = | 'smartFAQ' | 'smartFAQBookingOverview' | 'smartFAQCategories' | 'smartFAQNoBooking' | 'contactForm' | 'goBack';*/ /*:: export type EventPayload = { [string]: string | number | boolean };*/ "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; // @noflow var emptyCuckoo = { // eslint-disable-next-line no-unused-vars infinario: function infinario(ev /*: LogEvent*/ , payload /*: EventPayload*/ ) {} }; var _default = emptyCuckoo; exports.default = _default;