UNPKG

@alilc/build-plugin-alt

Version:

build-scripts plugin template for developers

10 lines (9 loc) 354 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.info = void 0; const kolorist_1 = require("kolorist"); const info = (msg, options = {}) => { const { needBreak } = options; console.log(`${needBreak ? '\n' : ''}${(0, kolorist_1.green)('info')} ${(0, kolorist_1.cyan)('[ALT]')} ${msg}`); }; exports.info = info;