MCPcopy
hub / github.com/vercel/hyper / normalizedCliWidth

Method normalizedCliWidth

bin/yarn-standalone.js:117401–117407  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

117399 }
117400
117401 normalizedCliWidth() {
117402 var width = cliWidth({
117403 defaultWidth: 80,
117404 output: this.rl.output
117405 });
117406 return width;
117407 }
117408
117409 breakLines(lines, width) {
117410 // Break lines who're longer than the cli width so we can normalize the natural line

Callers 3

renderMethod · 0.95
breakLinesMethod · 0.95
forceLineReturnMethod · 0.95

Calls 1

cliWidthFunction · 0.85

Tested by

no test coverage detected