react-native-notificare-push
Version:
Notificare Push React Native module.
69 lines (68 loc) • 2.74 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
var _exportNames = {};
exports.default = void 0;
var _notificarePush = require("./notificare-push");
Object.keys(_notificarePush).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _notificarePush[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _notificarePush[key];
}
});
});
var _notificareNotificationDeliveryMechanism = require("./models/notificare-notification-delivery-mechanism");
Object.keys(_notificareNotificationDeliveryMechanism).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _notificareNotificationDeliveryMechanism[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _notificareNotificationDeliveryMechanism[key];
}
});
});
var _notificarePushSubscription = require("./models/notificare-push-subscription");
Object.keys(_notificarePushSubscription).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _notificarePushSubscription[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _notificarePushSubscription[key];
}
});
});
var _notificareSystemNotification = require("./models/notificare-system-notification");
Object.keys(_notificareSystemNotification).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _notificareSystemNotification[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _notificareSystemNotification[key];
}
});
});
var _notificareTransport = require("./models/notificare-transport");
Object.keys(_notificareTransport).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _notificareTransport[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _notificareTransport[key];
}
});
});
var _default = exports.default = _notificarePush.NotificarePush;
//# sourceMappingURL=index.js.map
;