UNPKG

htmljs-parser

Version:

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

7 lines (6 loc) 208 B
import { type StateDefinition, type Meta } from "../internal"; interface RegExpMeta extends Meta { isInCharSet: boolean; } export declare const REGULAR_EXPRESSION: StateDefinition<RegExpMeta>; export {};