* refactor(notifications): move message helper into domain module * test(notifications): move helper tests to new module path * refactor(notifications): add stable module entrypoint * refactor(server): route notification imports through domain boundary * docs(notifications): add module reference documentation * docs: map notifications module in AGENTS
2 lines
89 B
JavaScript
2 lines
89 B
JavaScript
export { truncateNotificationText, prepareNotificationLastMessage } from './message.js';
|