UNPKG

htmljs-parser

Version:

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

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