@ciberus/find-steam-app
Version:
Find location of an installed Steam app
9 lines • 699 B
TypeScript
import { ISteamLibraryRaw } from "./libraries";
export declare const joinAndNormalize: (...paths: string[]) => string;
export declare const getLibraryInstallsFolder: (libraryPath: string) => string;
export declare const getLibraryManifestsFolder: (libraryPath: string) => string;
export declare const getAppInstallFolder: (libraryPath: string, name: string) => string;
export declare const getLibrariesVdfFilePath: (steamPath: string) => string;
export declare const getManifestPath: (libraryPath: string, appId: number) => string;
export declare const findAppLibraryInV2Libraries: (appId: number, librariesV2: ISteamLibraryRaw[]) => ISteamLibraryRaw | undefined;
//# sourceMappingURL=utils.d.ts.map