We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f44a267 commit 7f226b9Copy full SHA for 7f226b9
src/index.ts
@@ -9,6 +9,7 @@ import { Typeform } from './typeform-types'
9
import { Insights } from './insights'
10
11
export { Typeform } from './typeform-types'
12
+export { clientConstructor } from './create-client'
13
14
export const createClient = (args: Typeform.ClientArg = { token: null }) => {
15
const http = clientConstructor(args)
0 commit comments