UNPKG

marko

Version:

Optimized runtime for Marko templates.

12 lines (11 loc) 359 B
export declare const dom = 0; declare const let_ = 1; export { let_ as let }; export declare const input = 2; export declare const param = 3; export declare const local = 4; export declare const derived = 5; export declare const constant = 6; export declare const global = 7; type Self = typeof import("./binding-type"); export type Value = Self[keyof Self];