UNPKG

marko

Version:

Optimized runtime for Marko templates.

7 lines (6 loc) 212 B
export declare const Placeholder = "!^"; export declare const PlaceholderEnd = "!"; export declare const ReorderMarker = "#"; type Self = typeof import("./mark"); export type Value = Self[keyof Self]; export {};