Skip to content

Commit 892fca9

Browse files
committed
fix: export code_scanner types
1 parent 97c6fa1 commit 892fca9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/types/main.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
* file that was distributed with this source code.
88
*/
99

10-
export * from './common.ts'
1110
export * from './hooks.ts'
11+
export * from './common.ts'
12+
export * from './code_scanners.ts'
1213
export * from './code_transformer.ts'

0 commit comments

Comments
 (0)