tsConversion: fix paths, add d.ts to output

This commit is contained in:
Sidharth Vinod
2022-08-21 22:27:13 +05:30
parent d97b3807b9
commit 39aaf2f813
15 changed files with 51 additions and 183 deletions

View File

@@ -1,3 +1,5 @@
import { DiagramDetector } from '../../diagram-api/detectType';
export const mindmapDetector: DiagramDetector = (txt) => {
return txt.match(/^\s*mindmap/) != null;
};