UNPKG

htmljs-parser

Version:

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

8 lines (7 loc) 233 B
import { type Range, type StateDefinition, type Meta } from "../internal"; interface ScriptletMeta extends Meta { block: boolean; value: Range; } export declare const INLINE_SCRIPT: StateDefinition<ScriptletMeta>; export {};