kubricate
Version:
A TypeScript framework for building reusable, type-safe Kubernetes infrastructure — without the YAML mess.
12 lines • 504 B
JavaScript
import c from 'ansis';
export const MARK_CHECK = /*#__PURE__*/c.green('✔');
export const MARK_INFO = /*#__PURE__*/c.blue('ℹ');
export const MARK_ERROR = /*#__PURE__*/c.red('✖');
export const MARK_WARNING = /*#__PURE__*/c.yellow('!');
export const MARK_BULLET = '•';
export const MARK_NODE = '⬢';
export const MARK_TREE_BRANCH = '│';
export const MARK_TREE_LEAF = '├──';
export const MARK_TREE_END = '└──';
export const MARK_TREE_SPACE = ' ';
//# sourceMappingURL=constant.js.map