UNPKG

amelia-sendbird-desk-agent

Version:
15 lines 655 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); /** * This file is the entrypoint of browser builds. * The code executes when loaded in a browser. */ const gate_1 = tslib_1.__importDefault(require("./sendbird/gate")); const desk_gate_1 = tslib_1.__importDefault(require("./sendbird/desk-gate")); // eslint-disable-next-line @typescript-eslint/no-explicit-any window.AmeliaSendbird = gate_1.default; // eslint-disable-next-line @typescript-eslint/no-explicit-any window.AmeliaDesk = desk_gate_1.default; console.log('Amelia Chat - Desk Agent is loaded'); //# sourceMappingURL=browser.js.map