UNPKG

gamedb

Version:

game database - find games details with rate limit api.

7 lines (6 loc) 186 B
const gamedb_configs = (config = { config: Boolean, URL: String || URL})=>{ if(config.config === true){ return config; } } module.exports = { gamedb_configs };