UNPKG

marko

Version:

Optimized runtime for Marko templates.

6 lines (5 loc) 183 B
export declare const Value = "value"; export declare const Signal = "signal"; type Self = typeof import("./load-signal-value.debug"); export type Value = Self[keyof Self]; export {};