UNPKG

@ciberus/find-steam-app

Version:
10 lines 282 B
export declare class SteamNotFoundError extends Error { constructor(); } /** * Searches for Steam. * * @returns Location of Steam. `undefined` if Steam wasn't found. */ export declare function findSteamPath(): Promise<string | undefined>; //# sourceMappingURL=steam.d.ts.map