mirror of
https://github.com/eyaltoledano/claude-task-master.git
synced 2026-01-29 22:02:04 +00:00
8 lines
205 B
TypeScript
8 lines
205 B
TypeScript
/**
|
|
* Briefs module exports
|
|
*/
|
|
|
|
export { BriefsDomain } from './briefs-domain.js';
|
|
export { BriefService, type TagWithStats } from './services/brief-service.js';
|
|
export type { Brief } from './types.js';
|