This was removed for 9.0.
(cherry picked from commit a86319b14d)
Co-authored-by: Josh Mock <joshua.mock@elastic.co>
14 lines
406 B
TypeScript
14 lines
406 B
TypeScript
/*
|
|
* Copyright Elasticsearch B.V. and contributors
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
import Client from './lib/client'
|
|
import SniffingTransport from './lib/sniffingTransport'
|
|
|
|
export * from '@elastic/transport'
|
|
export * as estypes from './lib/api/types'
|
|
export { Client, SniffingTransport }
|
|
export type { ClientOptions, NodeOptions } from './lib/client'
|
|
export * as helpers from './lib/helpers'
|