react-native-notificare-in-app-messaging
Version:
Notificare In-App Messaging React Native module.
33 lines (32 loc) • 1.23 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var _exportNames = {};
exports.default = void 0;
var _notificareInAppMessaging = require("./notificare-in-app-messaging");
Object.keys(_notificareInAppMessaging).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _notificareInAppMessaging[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _notificareInAppMessaging[key];
}
});
});
var _notificareInAppMessage = require("./models/notificare-in-app-message");
Object.keys(_notificareInAppMessage).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _notificareInAppMessage[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _notificareInAppMessage[key];
}
});
});
var _default = exports.default = _notificareInAppMessaging.NotificareInAppMessaging;
//# sourceMappingURL=index.js.map