UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

8 lines (7 loc) 330 B
/** * Detects and corrects many common coding errors and strives to produce visually equivalent markup that is both W3C compliant and works on most browsers. * A common use of this function is to convert plain HTML to XHTML. * @param {string} target * @return string */ export declare const htmlClean: (s: string) => string;