UNPKG

cookie-ai-cli

Version:

A command-line interface tool designed to bridge the gap between natural language processing and command-line operations.

12 lines 292 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.colors = void 0; exports.colors = { cyan: "\x1b[36m", blue: "\x1b[34m", red: "\x1b[31m", yellow: "\x1b[33m", green: "\x1b[32m", reset: "\x1b[0m", }; //# sourceMappingURL=colors.js.map