async close()

in packages/enterprise-search/src/index.ts [107:109]


  async close (): Promise<void> {
    return await this[kConnectionPool].empty()
  }