nexus-react-core
Version:
A comprehensive React toolkit with services, hooks, and Redux store management
26 lines • 3.22 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.useFaceDetection = exports.useNotifications = exports.useIsMobile = exports.getStreakMultiplier = exports.getStreakCalendar = exports.deleteNotification = exports.markNotificationAsRead = exports.markAllNotificationsAsRead = exports.updateStreak = exports.fetchStreakStatus = exports.handleUserLogin = exports.getLatestNotificationsWithRefresh = exports.fetchUserNotifications = exports.getUserMongoId = exports.checkUserRole = exports.setRouter = exports.publicApiCall = exports.apiCall = void 0;
var apiCall_1 = require("./apiCall");
Object.defineProperty(exports, "apiCall", { enumerable: true, get: function () { return apiCall_1.apiCall; } });
Object.defineProperty(exports, "publicApiCall", { enumerable: true, get: function () { return apiCall_1.publicApiCall; } });
Object.defineProperty(exports, "setRouter", { enumerable: true, get: function () { return apiCall_1.setRouter; } });
Object.defineProperty(exports, "checkUserRole", { enumerable: true, get: function () { return apiCall_1.checkUserRole; } });
Object.defineProperty(exports, "getUserMongoId", { enumerable: true, get: function () { return apiCall_1.getUserMongoId; } });
Object.defineProperty(exports, "fetchUserNotifications", { enumerable: true, get: function () { return apiCall_1.fetchUserNotifications; } });
Object.defineProperty(exports, "getLatestNotificationsWithRefresh", { enumerable: true, get: function () { return apiCall_1.getLatestNotificationsWithRefresh; } });
Object.defineProperty(exports, "handleUserLogin", { enumerable: true, get: function () { return apiCall_1.handleUserLogin; } });
Object.defineProperty(exports, "fetchStreakStatus", { enumerable: true, get: function () { return apiCall_1.fetchStreakStatus; } });
Object.defineProperty(exports, "updateStreak", { enumerable: true, get: function () { return apiCall_1.updateStreak; } });
Object.defineProperty(exports, "markAllNotificationsAsRead", { enumerable: true, get: function () { return apiCall_1.markAllNotificationsAsRead; } });
Object.defineProperty(exports, "markNotificationAsRead", { enumerable: true, get: function () { return apiCall_1.markNotificationAsRead; } });
Object.defineProperty(exports, "deleteNotification", { enumerable: true, get: function () { return apiCall_1.deleteNotification; } });
Object.defineProperty(exports, "getStreakCalendar", { enumerable: true, get: function () { return apiCall_1.getStreakCalendar; } });
Object.defineProperty(exports, "getStreakMultiplier", { enumerable: true, get: function () { return apiCall_1.getStreakMultiplier; } });
var useIsMobile_1 = require("./useIsMobile");
Object.defineProperty(exports, "useIsMobile", { enumerable: true, get: function () { return useIsMobile_1.useIsMobile; } });
var useNotifications_1 = require("./useNotifications");
Object.defineProperty(exports, "useNotifications", { enumerable: true, get: function () { return useNotifications_1.useNotifications; } });
var useFaceDetection_1 = require("./useFaceDetection");
Object.defineProperty(exports, "useFaceDetection", { enumerable: true, get: function () { return useFaceDetection_1.useFaceDetection; } });
//# sourceMappingURL=index.js.map