@replyke/express
Version:
Replyke: Build interactive apps with social features like comments, votes, feeds, user lists, notifications, and more.
13 lines (12 loc) • 775 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.markNotificationAsRead = exports.countUnreadNotifications = exports.fetchNotifications = void 0;
const fetchNotifications_1 = __importDefault(require("./fetchNotifications"));
exports.fetchNotifications = fetchNotifications_1.default;
const countUnreadNotifications_1 = __importDefault(require("./countUnreadNotifications"));
exports.countUnreadNotifications = countUnreadNotifications_1.default;
const markNotificationAsRead_1 = __importDefault(require("./markNotificationAsRead"));
exports.markNotificationAsRead = markNotificationAsRead_1.default;