UNPKG

marko

Version:

Optimized runtime for Marko templates.

3 lines (2 loc) 214 B
import type { types as t } from "@marko/compiler"; export default function isStatic(path: t.NodePath<any>): path is t.NodePath<t.MarkoScriptlet> | t.NodePath<t.ExportDeclaration> | t.NodePath<t.ImportDeclaration>;