Skip to content

Commit 1770298

Browse files
authored
Merge branch 'main' into snyk-fix-38a4d9f288d9451b858053d6cd7899ec
2 parents 620372a + 7f226b9 commit 1770298

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import { Typeform } from './typeform-types'
99
import { Insights } from './insights'
1010

1111
export { Typeform } from './typeform-types'
12+
export { clientConstructor } from './create-client'
1213

1314
export const createClient = (args: Typeform.ClientArg = { token: null }) => {
1415
const http = clientConstructor(args)

0 commit comments

Comments
 (0)