UNPKG

ecmarkup

Version:

Custom element definitions and core utilities for markup that specifies ECMAScript and related technologies.

6 lines (5 loc) 175 B
import type { AlgorithmNode } from 'ecmarkdown'; export type AlgorithmElementWithTree = HTMLElement & { ecmarkdownTree: AlgorithmNode | null; originalHtml: string; };