UNPKG
igdb-client
Version:
latest (0.0.3-pre-alpha)
0.0.3-pre-alpha
0.0.2-pre-alpha
igdb-client
/
dist
/
endpoints
/
Game.js
10 lines
•
148 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
class
IGDBGame
{
constructor
(
) { }
async
getDLCs
(
) { }
async
getEditions
(
) { } }
export
{};
//# sourceMappingURL=Game.js.map