UNPKG

marko

Version:

Optimized runtime for Marko templates.

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