UNPKG

htmljs-parser

Version:

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

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