UNPKG

marko

Version:

Optimized runtime for Marko templates.

4 lines (3 loc) 196 B
import type { types as t } from "@marko/compiler"; export declare function reportAnalyzeError(path: t.NodePath<t.Node>, error: unknown): void; export declare function hasAnalyzeErrors(): boolean;