Skip to content

Commit

Permalink
export DiagramAST as type
Browse files Browse the repository at this point in the history
  • Loading branch information
Yokozuna59 authored Aug 16, 2023
1 parent 5005ad8 commit 6fa8294
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/parser/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export type { Info } from './language/index.js';
export { parse, MermaidParseError, DiagramAST } from './parse.js';
export type { DiagramAST } from './parse.js';
export { parse, MermaidParseError } from './parse.js';

0 comments on commit 6fa8294

Please sign in to comment.