Skip to content

Commit

Permalink
export necessary functions and types from packages/parser
Browse files Browse the repository at this point in the history
  • Loading branch information
Yokozuna59 committed Nov 4, 2023
1 parent cf18803 commit c62be1b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion packages/parser/src/language/index.ts
Original file line number Diff line number Diff line change
@@ -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,
Expand Down

0 comments on commit c62be1b

Please sign in to comment.