1 2 3 4 5 6 7
import chalk from "chalk"; console.log(chalk.green("chalk import map loads")); export function test(value) { return chalk.red(value); }