mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
7 lines
175 B
TypeScript
7 lines
175 B
TypeScript
import { clientLibrary } from '../tsdown.client.ts'
|
|
|
|
export default clientLibrary(
|
|
'@deepseek-ai/dsh-client-ui-slots',
|
|
['lib/types/index.js', 'lib/types/invariant.js'],
|
|
)
|