UNPKG

ecmarkup

Version:

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

6 lines (5 loc) 186 B
import type { Warning } from '../Spec'; export declare function collectHeaderDiagnostics(report: (e: Warning) => void, headers: { element: Element; contents: string; }[]): void;