Export helper types (#2822) (#2824)

(cherry picked from commit b030084f24)

Co-authored-by: Josh Mock <joshua.mock@elastic.co>
This commit is contained in:
github-actions[bot]
2025-05-05 13:05:35 -05:00
committed by GitHub
parent f6ac48126c
commit 14517d1015

1
index.d.ts vendored
View File

@ -25,3 +25,4 @@ export * as estypes from './lib/api/types'
export * as estypesWithBody from './lib/api/typesWithBodyKey'
export { Client, SniffingTransport }
export type { ClientOptions, NodeOptions } from './lib/client'
export * as helpers from './lib/helpers'