pre-8.0 improvements (#1567)

This commit is contained in:
Mikhail Shustov
2021-10-18 13:21:37 +03:00
committed by GitHub
parent 8fffae2f76
commit 070b9d75b9
7 changed files with 40 additions and 14 deletions

3
index.d.ts vendored
View File

@ -17,7 +17,8 @@
* under the License.
*/
import Client from './lib/Client'
import Client from './lib/client'
export * from '@elastic/transport'
export { Client }
export type { ClientOptions, NodeOptions } from './lib/client'