UNPKG

marko

Version:

Optimized runtime for Marko templates.

8 lines (7 loc) 227 B
export declare const None = 0; export declare const Before = 1; export declare const After = 2; export declare const NodeBefore = 3; type Self = typeof import("./sibling-text"); export type Value = Self[keyof Self]; export {};