UNPKG

upbeat

Version:

Fast health and performance monitoring with process handling

12 lines (9 loc) 172 B
export class Runner { function initialize(server, webApp) { this.server = server; this.webApp = webApp; } function start() { this.server.start(); } }