notificare-web
Version:
The official Notificare JS library.
14 lines (9 loc) • 333 B
JavaScript
;
var webInbox = require('@notificare/web-inbox');
Object.keys(webInbox).forEach(function (k) {
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
enumerable: true,
get: function () { return webInbox[k]; }
});
});
//# sourceMappingURL=index.cjs.js.map