diff --git a/src/index.ts b/src/index.ts index 53b9947..c4c9289 100644 --- a/src/index.ts +++ b/src/index.ts @@ -9,6 +9,7 @@ import { Typeform } from './typeform-types' import { Insights } from './insights' export { Typeform } from './typeform-types' +export { clientConstructor } from './create-client' export const createClient = (args: Typeform.ClientArg = { token: null }) => { const http = clientConstructor(args)