marko
Version:
Optimized runtime for Marko templates.
11 lines (10 loc) • 421 B
TypeScript
export declare const Node = "*";
export declare const BranchStart = "[";
export declare const BranchEnd = "]";
export declare const BranchEndNativeTag = "'";
export declare const BranchEndSingleNode = "|";
export declare const BranchEndOnlyChildInParent = ")";
export declare const BranchEndSingleNodeOnlyChildInParent = "}";
type Self = typeof import("./resume-symbol");
export type Value = Self[keyof Self];
export {};