@magicbell/core
Version:
Official MagicBell API wrapper
11 lines • 576 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
const MagicBellClient_js_1 = tslib_1.__importDefault(require("./MagicBellClient.js"));
tslib_1.__exportStar(require("./lib/ajax.js"), exports);
tslib_1.__exportStar(require("./lib/date.js"), exports);
tslib_1.__exportStar(require("./lib/realtime.js"), exports);
tslib_1.__exportStar(require("./models/index.js"), exports);
tslib_1.__exportStar(require("./stores/index.js"), exports);
exports.default = MagicBellClient_js_1.default;
//# sourceMappingURL=index.js.map