UNPKG

marko

Version:

Optimized runtime for Marko templates.

4 lines (3 loc) 254 B
import type { types as t } from "@marko/compiler"; export declare function getParentTag(tag: t.NodePath<t.MarkoTag>): t.NodePath<t.MarkoTag> | undefined; export declare function getAttributeTagParent(tag: t.NodePath<t.MarkoTag>): t.NodePath<t.MarkoTag>;