UNPKG

putout

Version:

🐊 Pluggable and configurable code transformer with built-in ESLint, Babel and support of js, jsx, typescript, flow, markdown, yaml and json

5 lines (3 loc) 150 B
import {styleText} from 'node:util'; export const red = (a) => styleText('red', a); export const bgBlueBright = (a) => styleText('bgBlueBright', a);