mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-17 14:29:48 +02: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