UNPKG
@ciberus/find-steam-app
Version:
latest (4.0.0)
4.0.0
3.0.0
2.0.1
2.0.0
1.1.7
1.1.5
Find location of an installed Steam app
github.com/ciberusps/find-steam-app
ciberusps/find-steam-app
@ciberus/find-steam-app
/
lib
/
steam.d.ts
10 lines
•
282 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
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