UNPKG

@parischap/pretty-print

Version:
13 lines 451 B
/** * 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. */ import { ASText } from '@parischap/ansi-styles'; /** * MarkShower instance that always prints an empty Text * * @category Instances */ export const empty = _context => ASText.empty; //# sourceMappingURL=MarkShower.js.map