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.
2 parents 620372a + 7f226b9 commit 1770298Copy full SHA for 1770298
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