UNPKG

firebolt-api

Version:
22 lines (21 loc) 319 B
/** * Server class * * @class Server */ export default class Server { /** * Creates an instance of Server. * * @param {Object} options * * @memberof Server */ constructor(options: any); /** * Start Server. * * @memberof Server */ start(): string; }