added files

This commit is contained in:
Jon
2025-02-10 23:21:27 -07:00
commit 04d1202acb
763 changed files with 534713 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
export function install(opts?: {
cacheDir?: string;
prefix?: string;
}): {
uninstall(): void;
} | undefined;
x