UNPKG

@starship-ci/client

Version:
8 lines (7 loc) 265 B
export declare class StarshipInstaller { private installations; checkAndInstallBinary(binaryName: string): Promise<void>; checkAndInstallDependencies(): Promise<void>; installBinary(binaryName: string): Promise<void>; private runInstallation; }