summaryrefslogtreecommitdiff
path: root/themes/blowfish/assets/lib/mermaid/diagram-api/comments.d.ts
blob: 6fe5494bc0c9a095ed733f84ab5a8494975c5635 (plain)
1
2
3
4
5
6
/**
 * Remove all lines starting with `%%` from the text that don't contain a `%%{`
 * @param text - The text to remove comments from
 * @returns cleaned text
 */
export declare const cleanupComments: (text: string) => string;