constructor()

in src/invoker.ts [87:89]


  constructor(private readonly server: http.Server) {
    this.server = server;
  }