react-native-notificare-geo
Version:
Notificare Geo React Native module.
81 lines (80 loc) • 2.96 kB
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
var _exportNames = {};
exports.default = void 0;
var _notificareGeo = require("./notificare-geo");
Object.keys(_notificareGeo).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _notificareGeo[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _notificareGeo[key];
}
});
});
var _notificareBeacon = require("./models/notificare-beacon");
Object.keys(_notificareBeacon).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _notificareBeacon[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _notificareBeacon[key];
}
});
});
var _notificareHeading = require("./models/notificare-heading");
Object.keys(_notificareHeading).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _notificareHeading[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _notificareHeading[key];
}
});
});
var _notificareLocation = require("./models/notificare-location");
Object.keys(_notificareLocation).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _notificareLocation[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _notificareLocation[key];
}
});
});
var _notificareRegion = require("./models/notificare-region");
Object.keys(_notificareRegion).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _notificareRegion[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _notificareRegion[key];
}
});
});
var _notificareVisit = require("./models/notificare-visit");
Object.keys(_notificareVisit).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return;
if (key in exports && exports[key] === _notificareVisit[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _notificareVisit[key];
}
});
});
var _default = exports.default = _notificareGeo.NotificareGeo;
//# sourceMappingURL=index.js.map
;