UNPKG

ai-x-terminal

Version:

Enhance your command-line experience with AI capabilities using OpenAI's API. Easily integrate with projects and leverage AI in the terminal.

8 lines (7 loc) 226 B
import * as Chalks from 'chalk'; const Chalk = Chalks.default; // Extend Chalk while preserving its prototype chain const chalk = Object.assign(Object.create(Chalk), { warn: Chalk.hex('#f97316'), }); export default chalk;