UNPKG

ecmarkup

Version:

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

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