UNPKG

marko

Version:

Optimized runtime for Marko templates.

5 lines (4 loc) 294 B
import type { types as t } from "@marko/compiler"; export declare function assertNoSpreadAttrs(tag: t.NodePath<t.MarkoTag>): void; export declare function assertNoTagVarMutation(tag: t.NodePath<t.MarkoTag>): void; export declare function assertNoBodyContent(tag: t.NodePath<t.MarkoTag>): void;