lhl 6ff0e96ad3 8-4-1 | преди 1 година | |
---|---|---|
.. | ||
index.d.ts | преди 1 година | |
index.js | преди 1 година | |
license | преди 1 година | |
package.json | преди 1 година | |
readme.md | преди 1 година |
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