| 18 | } |
| 19 | |
| 20 | export interface MermaidValidationResult { |
| 21 | valid: boolean; |
| 22 | message?: string; |
| 23 | line?: number; |
| 24 | token?: string; |
| 25 | expected?: string[]; |
| 26 | } |
| 27 | |
| 28 | let initialized = false; |
| 29 | let domPurifyPatched = false; |
nothing calls this directly
no outgoing calls
no test coverage detected