Files

11 lines
378 B
TypeScript
Raw Permalink Normal View History

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