mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-11 04:00:38 +00:00
7 lines
163 B
TypeScript
7 lines
163 B
TypeScript
import { clientLibrary } from '../../client/tsdown.client.ts'
|
|
|
|
export default clientLibrary(
|
|
'@deepseek-ai/dsh-client-test-runtime',
|
|
['lib/types/index.js'],
|
|
)
|