UNPKG

node-speedrun

Version:

Node.js wrapper for the Speedrun.com API

10 lines (9 loc) 140 B
/** * @ignore */ module.exports = class Endpoint { constructor (client) { this.client = client this.name = 'EndpointName' } }