UNPKG

marko

Version:

Optimized runtime for Marko templates.

6 lines (5 loc) 149 B
export declare const Enter = 0; export declare const Exit = 1; type Self = typeof import("./step"); export type Value = Self[keyof Self]; export {};