UNPKG
@moddota/find-steam-app
Version:
latest (1.1.0)
1.1.0
Find location of an installed Steam app
github.com/ModDota/find-steam-app
ModDota/find-steam-app
@moddota/find-steam-app
/
lib
/
steam.d.ts
7 lines
•
201 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * 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