mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-13 04:03:30 +00:00
5 lines
135 B
TypeScript
5 lines
135 B
TypeScript
/** Host loader entry for the browser-only Tool UI plugin. */
|
|
|
|
/** Provides no host-side behavior. */
|
|
export function apply(): void {}
|