marko
Version:
Optimized runtime for Marko templates.
18 lines (17 loc) • 604 B
TypeScript
export declare const Get = 32;
export declare const Replace = 37;
export declare const EndChild = 38;
export declare const BeginChild = 47;
export declare const BeginChildWithVar = 48;
export declare const DynamicTagWithVar = 49;
export declare const Next = 67;
export declare const NextEnd = 91;
export declare const Over = 97;
export declare const OverEnd = 106;
export declare const Out = 107;
export declare const OutEnd = 116;
export declare const Multiplier = 117;
export declare const MultiplierEnd = 126;
type Self = typeof import("./walk-code");
export type Value = Self[keyof Self];
export {};