UNPKG
@j03fr0st/pubg-ts
Version:
beta (1.0.9-beta)
latest (1.0.1-beta)
1.0.9-beta
1.0.7-beta
1.0.6-beta
1.0.5-beta
1.0.4-beta
1.0.3-beta
1.0.2-beta
1.0.1-beta
A comprehensive TypeScript wrapper for the PUBG API
github.com/J03Fr0st/pubg-ts
J03Fr0st/pubg-ts
@j03fr0st/pubg-ts
/
src
/
types
/
index.ts
8 lines
(7 loc)
•
186 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
export
*
from
'./api'
;
export
*
from
'./common'
;
export
*
from
'./leaderboard'
;
export
*
from
'./match'
;
export
*
from
'./player'
;
export
*
from
'./season'
;
export
*
from
'./telemetry'
;