Skip to content

Commit 673ee5d

Browse files
committed
fix: missing export at utils
1 parent ac1cfa8 commit 673ee5d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export * from './handleError'
55
export * from './constants'
66
export * from './processInputs'
77
export * from './formatOutputs'
8+
export * from './external'
89

910
export { default as tagProcessor } from './tagProcessor'
1011
export { default as handleOptions } from './handleOptions'

0 commit comments

Comments
 (0)