2026-08-06 04:40:11 +08:00
|
|
|
/**
|
|
|
|
|
* @deepseek-ai/dsh-base — the shared dsh core as a profile bundle. The
|
2026-08-06 17:28:30 +08:00
|
|
|
* package's substance is `cordis.patch.yml`, declared by the `dsh.bundle.patch`
|
2026-08-06 09:53:49 +08:00
|
|
|
* manifest field and resolved by the profile composer through that field;
|
|
|
|
|
* this module carries no runtime API.
|
2026-08-06 04:40:11 +08:00
|
|
|
* @module @deepseek-ai/dsh-base
|
|
|
|
|
*/
|
|
|
|
|
|
2026-08-06 09:53:49 +08:00
|
|
|
export {}
|