feat: export visitor and listener as type

This commit is contained in:
hayden 2023-12-19 20:03:15 +08:00
parent 8f72a5af60
commit d4c97ef833

View File

@ -11,7 +11,7 @@ export {
PLSQL,
} from './parser';
export {
export type {
MySqlParserListener,
MySqlParserVisitor,
FlinkSqlParserListener,