2026-07-27 22:22:33 +08:00
|
|
|
/**
|
2026-07-27 22:26:35 +08:00
|
|
|
* Client-namespace projection of the title domain: a pure re-export of the package's
|
2026-07-27 22:22:33 +08:00
|
|
|
* types outlet. Client code imports ONLY the client namespace (repo
|
2026-07-27 22:33:27 +08:00
|
|
|
* discipline), so `./client` projects the same single-source content
|
2026-07-27 22:22:33 +08:00
|
|
|
* `./types` serves to host consumers — zero duplication.
|
|
|
|
|
*
|
2026-07-27 22:33:27 +08:00
|
|
|
* @module @deepseek-ai/dsh-session-title/client
|
2026-07-27 22:22:33 +08:00
|
|
|
*/
|
|
|
|
|
|
2026-07-27 22:33:27 +08:00
|
|
|
export type * from './types.ts'
|