UNPKG

marko

Version:

Optimized runtime for Marko templates.

8 lines (7 loc) 234 B
export declare const Element = 1; export declare const Text = 3; export declare const Comment = 8; export declare const DocumentFragment = 11; type Self = typeof import("./node-type"); export type Value = Self[keyof Self]; export {};