import chalk from 'chalk'

export function message(title: string) {
  console.log(chalk.white(title))
}
