UNPKG
igdb-ts
Version:
latest (1.0.0)
1.0.0
Unofficial IGDB API TypeScript wrapper.
github.com/AaronWLChan/igdb-ts
AaronWLChan/igdb-ts
igdb-ts
/
dist
/
types
/
index.d.ts
4 lines
(3 loc)
•
83 B
TypeScript
View Raw
1
2
3
4
export
*
from
'./endpoints'
;
export
*
from
'./igdb'
;
export
*
from
'./utility'
;