export function logInfo()

in scripts/utils.ts [3:5]


export function logInfo(info: string) {
  console.log(chalk.green(info));
}