UNPKG
@zomlit/tsleague
Version:
latest (1.0.0)
1.0.0
RL wrapper in TypeScript
@zomlit/tsleague
/
dist
/
steam
/
SteamAPI.d.ts
7 lines
(6 loc)
•
155 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
class
SteamAPI
{
private
input;
private
static
API_KEY
;
constructor
(
input
:
string
);
getSteamID
():
Promise
<
string
|
null
>; }