UNPKG

marko

Version:

Optimized runtime for Marko templates.

8 lines (7 loc) 235 B
export declare const Walk = ".w"; export declare const Resume = ".r"; export declare const Ready = ".b"; export declare const Scripts = ".j"; type Self = typeof import("./runtime-key"); export type Value = Self[keyof Self]; export {};