"use strict"; / WEBPACK VAR INJECTION /(function(module) { const colorConvert = webpack_require(/! color-convert / "./node_modules/color-convert/index.js");
const wrapAnsi16 = (fn, offset) => function () { const code = fn.apply(colorConvert, arguments); return \u001B[${code + offset}m; };
const wrapAnsi256 = (fn, offset) => function () { const code = fn.apply(colorConvert, arguments); return \u001B[${38 + offset};5;${code}m; };
No responses yet.