UNPKG

cli-color

Version:

Colors, formatting and other tools for the console

9 lines (6 loc) 220 B
"use strict"; var d = require("d"); Object.defineProperties(exports, { width: d.gs("ce", function () { return process.stdout.columns || 0; }), height: d.gs("ce", function () { return process.stdout.rows || 0; }) });