@ln-markets/sdk
Version:
TypeScript SDK for LNMarkets API
9 lines • 339 B
JavaScript
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