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