marko
Version:
Optimized runtime for Marko templates.
6 lines (5 loc) • 327 B
TypeScript
import type { types as t } from "@marko/compiler";
import type { Section } from "./sections";
export declare function addSetupStatement(section: Section): void;
export declare function addSetupExpr(section: Section, node: t.Node | undefined): void;
export declare function sectionHasSetupStatements(section: Section): boolean;