UNPKG

@types/is-html

Version:
7 lines (6 loc) 146 B
/** * Check if given input string is HTML * @param input The input string */ declare function isHTML(input: string): boolean; export = isHTML;