Export helper types (#2822)

This commit is contained in:
Josh Mock
2025-05-05 11:54:58 -05:00
committed by GitHub
parent 591bf56cba
commit b030084f24

1
index.d.ts vendored
View File

@ -11,3 +11,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'