UNPKG

loader.io.api

Version:

loader.io api wrapper for nodejs. If you interested in this npm package, take a look at the npm package [perst](https://dasred.github.io/perst).

10 lines (9 loc) 149 B
export default class Endpoint { /** * * @param {Client} client */ constructor(client) { this.client = client; } }