Skip to content

Commit 8bb27ee

Browse files
authored
fix: #285 No longer just export types from libs (#286)
1 parent 87c46a9 commit 8bb27ee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export {
99
PLSQL,
1010
} from './parser';
1111

12-
export type {
12+
export {
1313
MySqlParserListener,
1414
MySqlParserVisitor,
1515
FlinkSqlParserListener,

0 commit comments

Comments
 (0)