- Updated all component headers and documentation
- Changed navbar and footer branding
- Updated homepage hero badge
- Modified page title in index.html
- Simplified footer text to 'Built with ❤️'
- Consistent V2 capitalization across all references
7 lines
227 B
TypeScript
7 lines
227 B
TypeScript
/**
|
|
* 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;
|