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