UNPKG

@moddota/find-steam-app

Version:

Find location of an installed Steam app

7 lines 201 B
/** * Searches for Steam. * * @returns Location of Steam. `undefined` if Steam wasn't found. */ export declare function findSteam(): Promise<string | undefined>; //# sourceMappingURL=steam.d.ts.map