UNPKG

alapa

Version:

A cutting-edge web development framework designed to revolutionize the way developers build modern web applications.

5 lines (4 loc) 271 B
export declare function removeCommentsFromCode(input: string): string; export declare function removeCommentsFromTemplate(input: string): string; export declare const escapeCode: (template: string) => string; export declare const escapeHTML: (content: string) => string;