@parischap/pretty-print
Version:
A functional library to pretty-print and treeify objects
21 lines (19 loc) • 601 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.empty = void 0;
var _ansiStyles = /*#__PURE__*/require("@parischap/ansi-styles");
/**
* Namespace of a MarkShower. A MarkShower is a ContextStyler (see @parischap/ContextStyler.ts> used
* as a reversed action. It always displays the same text but in a style that depends on the Value
* context object.
*/
/**
* MarkShower instance that always prints an empty Text
*
* @category Instances
*/
const empty = _context => _ansiStyles.ASText.empty;
exports.empty = empty;
//# sourceMappingURL=MarkShower.js.map