UNPKG

@rist/preset-react

Version:
9 lines (8 loc) 241 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.infoError = void 0; const chalk = require("chalk"); function infoError(msg) { console.error(chalk.red(`❌ ${msg}`)); } exports.infoError = infoError;