UNPKG

@ln-markets/sdk

Version:
9 lines 339 B
import { createGetAllNotifications } from './get-all.js'; import { createMarkAllAsRead } from './mark-all-as-read.js'; export const createNotificationsRouter = (instance) => { return { getAll: createGetAllNotifications(instance), markAllAsRead: createMarkAllAsRead(instance), }; }; //# sourceMappingURL=index.js.map