Files
2019-10-17 12:36:15 +09:00

6 lines
85 B
TypeScript

import chalk from 'chalk';
const link = chalk.cyan.underline;
export default link;