get hostsManager()

in lib/Factory.ts [19:24]


  get hostsManager() {
    if (!this._hostsManager) {
      throw this._initializedError;
    }
    return this._hostsManager;
  }