cerebrate/webroot/js/node_modules/mermaid/dist/diagram-api/comments.d.ts

7 lines
227 B
TypeScript
Raw Normal View History

2023-10-05 11:00:51 +02:00
/**
* 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;