UNPKG

htmljs-parser

Version:

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

6 lines (5 loc) 262 B
import { CODE, type StateDefinition, type Ranges, type Meta } from "../internal"; export interface TagNameMeta extends Meta, Ranges.Template { shorthandCode: -1 | CODE.NUMBER_SIGN | CODE.PERIOD; } export declare const TAG_NAME: StateDefinition<TagNameMeta>;