UNPKG

htmljs-parser

Version:

An HTML parser recognizes content and string placeholders and allows JavaScript expressions as attribute values

4 lines (3 loc) 169 B
import { Parser, type StateDefinition } from "../internal"; export declare const CDATA: StateDefinition; export declare function checkForCDATA(parser: Parser): boolean;