mirror of
https://github.com/zhigang1992/now-deployment.git
synced 2026-06-15 02:09:11 +08:00
6 lines
85 B
TypeScript
6 lines
85 B
TypeScript
import chalk from 'chalk';
|
|
|
|
const link = chalk.cyan.underline;
|
|
|
|
export default link;
|