Files
cli/assistant/src/module/chalk.ts
2025-04-25 02:14:24 +08:00

3 lines
77 B
TypeScript

import { Chalk } from 'chalk';
export const chalk = new Chalk({ level: 3 });