UNPKG

@rist/preset-react

Version:
7 lines (6 loc) 322 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.INFO_PREFIX = exports.ERROR_PREFIX = void 0; const chalk = require("chalk"); exports.ERROR_PREFIX = chalk.bgRgb(210, 0, 75).bold.rgb(0, 0, 0)(' Error '); exports.INFO_PREFIX = chalk.rgb(255, 255, 255).bold.bgRgb(60, 255, 100)(' Info ');