UNPKG

ecmarkup

Version:

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

4 lines (3 loc) 204 B
import type { Observer } from 'ecmarkdown'; import type { Reporter } from '../algorithm-error-reporter-type'; export default function (report: Reporter, node: Element, algorithmSource: string): Observer;