mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-30 04:40:37 +00:00
docs(rfc): propose SDK developer project tooling feat: rename / docs ci: fix windows gates docs: revert
8 lines
143 B
TypeScript
8 lines
143 B
TypeScript
/**
|
|
* The create-sdk package is a CLI initializer; its library entry exports no symbols.
|
|
*
|
|
* @module @deepseek-ai/create-sdk
|
|
*/
|
|
|
|
export {}
|