kubricate
Version:
A TypeScript framework for building reusable, type-safe Kubernetes infrastructure — without the YAML mess.
11 lines • 506 B
TypeScript
export declare const MARK_CHECK: string;
export declare const MARK_INFO: string;
export declare const MARK_ERROR: string;
export declare const MARK_WARNING: string;
export declare const MARK_BULLET = "\u2022";
export declare const MARK_NODE = "\u2B22";
export declare const MARK_TREE_BRANCH = "\u2502";
export declare const MARK_TREE_LEAF = "\u251C\u2500\u2500";
export declare const MARK_TREE_END = "\u2514\u2500\u2500";
export declare const MARK_TREE_SPACE = " ";
//# sourceMappingURL=constant.d.ts.map