🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

full-width-of-terminal

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

full-width-of-terminal

The string is displayed on the full width of the terminal.

2.1.0
latest
Version published
Weekly downloads
40
60%
Maintainers
1
Weekly downloads
 
Created

full-width-of-terminal

npm version

The string is displayed on the full width of the terminal.

Install

% npm install full-width-of-terminal

Usage

const getStringFullWidthOfTerminal =
  require('full-width-of-terminal').getStringFullWidthOfTerminal

// '=' is displayed across the width of the terminal
console.log(getStringFullWidthOfTerminal('='))

// By default, '-' is displayed.
console.log(getStringFullWidthOfTerminal())

FAQs

Package last updated on 06 Jan 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts