CoolFace
Datasetpublic

basant307/AI_Governance_Project

sourceHugging Faceapache-2.0updated 2mo agoView on Hugging Face
0likes48downloads
comments.d.ts7 linesDownload Raw Back to diagram-api
1/**2 * Remove all lines starting with `%%` from the text that don't contain a `%%{`3 * @param text - The text to remove comments from4 * @returns cleaned text5 */6export declare const cleanupComments: (text: string) => string;7 
basant307/AI_Governance_Project · CoolFace