UNPKG

marko

Version:

Optimized runtime for Marko templates.

9 lines (8 loc) 261 B
export declare const Comment = 0; export declare const Dynamic = 1; export declare const Placeholder = 2; export declare const Tag = 3; export declare const Text = 4; type Self = typeof import("./content-type"); export type Value = Self[keyof Self]; export {};