marko
Version:
Optimized runtime for Marko templates.
6 lines (5 loc) • 355 B
TypeScript
import { type Binding } from "./references";
import { type Section } from "./sections";
export declare function getForSelectorKey(bodySection: Section, closure: Binding): Binding | undefined;
export declare function isForSelectorValue(binding: Binding): boolean;
export declare function detectForSelector(bodySection: Section, keyBinding: Binding): void;