@parischap/pretty-print
Version:
A functional library to pretty-print and treeify objects
13 lines • 451 B
JavaScript
/**
* 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