UNPKG

@ciberus/find-steam-app

Version:
9 lines 699 B
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