setup-cpp/dist/legacy/python/python.d.ts

5 lines
204 B
TypeScript
Raw Normal View History

2025-04-07 14:51:21 +08:00
import type { InstallationInfo } from "../utils/setup/setupBin.js";
export declare function setupPython(version: string, setupDir: string, arch: string): Promise<InstallationInfo & {
bin: string;
}>;