UNPKG

@dependabot/yarn-lib

Version:

📦🐈 Fast, reliable, and secure dependency management.

28 lines (26 loc) 637 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); function formatFunction(...strs) { return strs.join(' '); } const defaultFormatter = exports.defaultFormatter = { bold: formatFunction, dim: formatFunction, italic: formatFunction, underline: formatFunction, inverse: formatFunction, strikethrough: formatFunction, black: formatFunction, red: formatFunction, green: formatFunction, yellow: formatFunction, blue: formatFunction, magenta: formatFunction, cyan: formatFunction, white: formatFunction, gray: formatFunction, grey: formatFunction, stripColor: formatFunction };