Export SniffingTransport (#1648)

This commit is contained in:
Tomas Della Vedova
2022-03-03 16:10:32 +01:00
committed by GitHub
parent 46b2c99b7c
commit af97ece807
2 changed files with 4 additions and 1 deletions

3
index.d.ts vendored
View File

@ -18,7 +18,8 @@
*/
import Client from './lib/client'
import SniffingTransport from './lib/sniffingTransport'
export * from '@elastic/transport'
export { Client }
export { Client, SniffingTransport }
export type { ClientOptions, NodeOptions } from './lib/client'