UNPKG

package-proxy

Version:
7 lines (6 loc) 216 B
/** @format */ import chalk from "chalk"; export const errorLog = (message) => console.error(`${chalk.bold.underline.red("package-proxy error")} ${chalk.red(message)} ${chalk.red("Please run `proxify --help.`")} `);