Skip to content

Commit 7f226b9

Browse files
authored
feat: export http client constructor (#134)
1 parent f44a267 commit 7f226b9

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)