export function logInfo()
in
scripts/utils.ts [3:5]
3
lines of code
1
McCabe index (conditional complexity)
export function logInfo(info: string) { console.log(chalk.green(info)); }