@magicbell/core
Version:
Official MagicBell API wrapper
11 lines • 827 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.NotificationPreferences = exports.Notification = exports.Config = void 0;
const tslib_1 = require("tslib");
var index_js_1 = require("./Config/index.js");
Object.defineProperty(exports, "Config", { enumerable: true, get: function () { return tslib_1.__importDefault(index_js_1).default; } });
var index_js_2 = require("./Notification/index.js");
Object.defineProperty(exports, "Notification", { enumerable: true, get: function () { return tslib_1.__importDefault(index_js_2).default; } });
var index_js_3 = require("./NotificationPreferences/index.js");
Object.defineProperty(exports, "NotificationPreferences", { enumerable: true, get: function () { return tslib_1.__importDefault(index_js_3).default; } });
//# sourceMappingURL=index.js.map