UNPKG

marko

Version:

Optimized runtime for Marko templates.

4 lines (3 loc) 236 B
import { types as t } from "@marko/compiler"; export declare function isNonHTMLText(placeholder: t.NodePath<t.MarkoPlaceholder | t.MarkoText>): boolean; export declare function isTextOnlyNativeTag(tag: t.NodePath<t.MarkoTag>): boolean;