Muqriz 48f16bfc3e initail first | 4 months ago | |
---|---|---|
.. | ||
index.d.ts | 4 months ago | |
index.js | 4 months ago | |
license | 4 months ago | |
package.json | 4 months ago | |
readme.md | 4 months ago |
Toggle the CLI cursor
The cursor is gracefully restored if the process exits.
$ npm install cli-cursor
import cliCursor from '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