From 9ea4b250d7bdc6fb5f48578d0f80e0fcfd563424 Mon Sep 17 00:00:00 2001 From: Josh Mock Date: Mon, 5 May 2025 11:34:19 -0500 Subject: [PATCH] Export helper types --- index.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/index.d.ts b/index.d.ts index 12d5eb23e..36a68135d 100644 --- a/index.d.ts +++ b/index.d.ts @@ -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'