UNPKG

curse-api-js

Version:

A modern NodeJS library to easily retrieve informations using the CurseForge API

8 lines (6 loc) 99 B
class Game { constructor() { this.game_id = 0 } } module.exports.Game = Game;