9 lines
220 B
Plaintext
9 lines
220 B
Plaintext
"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; })
|
|
});
|