recoder-code
Version:
🚀 AI-powered development platform - Chat with 32+ models, build projects, automate workflows. Free models included!
10 lines (9 loc) • 319 B
TypeScript
export declare const clc: {
bold: (text: string) => string;
green: (text: string) => string;
yellow: (text: string) => string;
red: (text: string) => string;
magentaBright: (text: string) => string;
cyanBright: (text: string) => string;
};
export declare const yellow: (text: string) => string;