mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
11 lines
386 B
TypeScript
11 lines
386 B
TypeScript
/**
|
|
* Client-namespace projection of the session-stats 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-stats/client
|
|
*/
|
|
|
|
export type * from './types.ts'
|