mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-11-15 18:24:33 +01:00
feat(parser): create info parser with exporting parser internals
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export type { Info } from './language/index.js';
|
||||
export type { DiagramAST } from './parse.js';
|
||||
export { parse, MermaidParseError } from './parse.js';
|
||||
|
||||
Reference in New Issue
Block a user