e0a986eb30
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
7 lines
122 B
TypeScript
7 lines
122 B
TypeScript
export function install(opts?: {
|
|
cacheDir?: string;
|
|
prefix?: string;
|
|
}): {
|
|
uninstall(): void;
|
|
} | undefined;
|
|
x |