UNPKG

marko

Version:

Optimized runtime for Marko templates.

7 lines (6 loc) 215 B
export declare const complete = 0; declare const continue_ = 1; export { continue_ as continue }; export declare const aborted = 2; type Self = typeof import("./flush-status"); export type Value = Self[keyof Self];