react-native-notificare
Version:
Notificare React Native module.
81 lines (80 loc) • 3.04 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
var _exportNames = {};
exports.default = void 0;
var _notificare = require("./notificare");
Object.keys(_notificare).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _notificare[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _notificare[key];
}
});
});
var _notificareApplication = require("./models/notificare-application");
Object.keys(_notificareApplication).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _notificareApplication[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _notificareApplication[key];
}
});
});
var _notificareDevice = require("./models/notificare-device");
Object.keys(_notificareDevice).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _notificareDevice[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _notificareDevice[key];
}
});
});
var _notificareDynamicLink = require("./models/notificare-dynamic-link");
Object.keys(_notificareDynamicLink).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _notificareDynamicLink[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _notificareDynamicLink[key];
}
});
});
var _notificareDoNotDisturb = require("./models/notificare-do-not-disturb");
Object.keys(_notificareDoNotDisturb).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _notificareDoNotDisturb[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _notificareDoNotDisturb[key];
}
});
});
var _notificareNotification = require("./models/notificare-notification");
Object.keys(_notificareNotification).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _notificareNotification[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _notificareNotification[key];
}
});
});
var _default = exports.default = _notificare.Notificare;
//# sourceMappingURL=index.js.map
;