All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.dist.diagram-api.comments.d.ts Maven / Gradle / Ivy

Go to download

Markdown-ish syntax for generating flowcharts, mindmaps, sequence diagrams, class diagrams, gantt charts, git graphs and more.

The newest version!
/**
 * 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;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy