export necessary functions and types from packages/parser

This commit is contained in:
Reda Al Sulais 2023-11-05 02:08:36 +03:00
parent cf1880343b
commit c62be1bb45

View File

@ -1,4 +1,13 @@
export { Info, MermaidAstType, Pie, PieSection } from './generated/ast.js';
export {
Info,
MermaidAstType,
Pie,
PieSection,
isCommon,
isInfo,
isPie,
isPieSection,
} from './generated/ast.js';
export {
InfoGeneratedModule,
MermaidGeneratedSharedModule,