UNPKG
node-valorant-api
Version:
latest (0.5.0)
0.5.0
0.4.0
0.3.5
0.3.4
0.3.3
0.3.2
0.3.1
0.3.0
0.2.1
0.2.0
0.1.3
0.1.1
0.1.0
0.0.1
A NodeJS wrapper for the VALORANT API
github.com/solohk525/valorant-api
solohk525/valorant-api
node-valorant-api
/
lib
/
types
/
alias.d.ts
6 lines
(5 loc)
•
183 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
type
int =
number
;
export
declare
type
long =
number
;
export
declare
type
float =
number
;
export
declare
type
puuid =
string
;
export
declare
type
Locale
=
string
;