mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-09-18 14:59:53 +02:00
tsConversion: fix paths, add d.ts to output
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
import { DiagramDetector } from '../../diagram-api/detectType';
|
||||
|
||||
export const mindmapDetector: DiagramDetector = (txt) => {
|
||||
return txt.match(/^\s*mindmap/) != null;
|
||||
};
|
||||
|
Reference in New Issue
Block a user