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 { Reporter } from '../algorithm-error-reporter-type'; import type { OrderedListItemNode } from 'ecmarkdown'; export default function (report: Reporter, step: OrderedListItemNode, algorithmSource: string): void;