1
0
mirror of https://github.com/oven-sh/setup-bun.git synced 2025-04-08 05:56:03 +08:00
2023-02-22 17:47:24 -08:00

7 lines
122 B
TypeScript

export function install(opts?: {
cacheDir?: string;
prefix?: string;
}): {
uninstall(): void;
} | undefined;
x