Every line of 'elasticsearch exists' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your JavaScript code is secure.
25 async exists(index: string): Promise { 26 return this.client.indices.exists({ 27 index, 28 }); 29 }