Files

7 lines
122 B
TypeScript
Raw Permalink Normal View History

2026-05-31 18:45:31 +08:00
export function install(opts?: {
cacheDir?: string;
prefix?: string;
}): {
uninstall(): void;
} | undefined;
x