async getMainManifest()

in src/ems_client.ts [324:326]


  async getMainManifest(): Promise<EmsCatalogManifest> {
    return await this._getMainCatalog();
  }