UNPKG

htmljs-parser

Version:

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

7 lines (6 loc) 216 B
import { type StateDefinition, type Meta } from "../internal"; interface ParsedStringMeta extends Meta { quoteCharCode: number; } export declare const PARSED_STRING: StateDefinition<ParsedStringMeta>; export {};