UNPKG

@ln-markets/sdk

Version:

TypeScript SDK for LNMarkets API v2

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