UNPKG

marko

Version:

Optimized runtime for Marko templates.

8 lines (7 loc) 266 B
export declare const Visit = "visit"; export declare const Child = "child"; export declare const SectionRef = "sectionRef"; export declare const ExportRef = "exportRef"; type Self = typeof import("./structure-kind"); export type Value = Self[keyof Self]; export {};