File size: 122 Bytes
06227db
 
 
 
 
 
 
1
2
3
4
5
6
7
export function install(opts?: {
    cacheDir?: string;
    prefix?: string;
}): {
    uninstall(): void;
} | undefined;
x