UNPKG

marko

Version:

Optimized runtime for Marko templates.

9 lines (8 loc) 309 B
export declare const parse = "parse"; export declare const migrate = "migrate"; export declare const transform = "transform"; export declare const analyze = "analyze"; export declare const translate = "translate"; type Self = typeof import("./compile-stage"); export type Value = Self[keyof Self]; export {};