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).

18 lines (13 loc) 283 B
'use strict'; Object.defineProperty(exports, '__esModule', { value: true }); class Endpoint { /** * * @param {Client} client */ constructor(client) { this.client = client; } } module.exports = exports = Endpoint; exports['default'] = Endpoint;