UNPKG

marko

Version:

Optimized runtime for Marko templates.

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