UNPKG

@ln-markets/sdk

Version:
7 lines 276 B
export const createMarkAllAsRead = (instance) => { /** * @see https://docs.lnmarkets.com/api/operations/notificationsmarkallnotificationsasread */ return async () => instance.delete('notifications/all').json(); }; //# sourceMappingURL=mark-all-as-read.js.map