Mohammad Asif cf937194cb Removed un-waned things 1. | hace 6 meses | |
---|---|---|
.. | ||
index.d.ts | hace 6 meses | |
index.js | hace 6 meses | |
license | hace 6 meses | |
package.json | hace 6 meses | |
readme.md | hace 6 meses |
Toggle the CLI cursor
The cursor is gracefully restored if the process exits.
$ npm install cli-cursor
const cliCursor = require('cli-cursor');
cliCursor.hide();
const unicornsAreAwesome = true;
cliCursor.toggle(unicornsAreAwesome);
Useful for showing or hiding the cursor based on a boolean.
Type: stream.Writable
Default: process.stderr