get mongoManager()

in lib/Factory.ts [12:17]


  get mongoManager() {
    if (!this._mongoManager) {
      throw this._initializedError;
    }
    return this._mongoManager;
  }