UNPKG

marko

Version:

Optimized runtime for Marko templates.

6 lines (5 loc) 299 B
import type { Opt } from "./optional"; import type { Binding } from "./references"; import type { Section } from "./sections"; export declare function isSectionRendererElided(section: Section): boolean; export declare function bindingHasProperty(binding: Binding, properties: Opt<string>): boolean;