UNPKG

@rist/preset-react

Version:
7 lines (6 loc) 145 B
import * as chalk from 'chalk'; export function infoError(msg: string): void { console.error(chalk.red( `❌ ${msg}` )) }