Muqriz 48f16bfc3e initail first | il y a 4 mois | |
---|---|---|
.. | ||
index.d.ts | il y a 4 mois | |
index.js | il y a 4 mois | |
license | il y a 4 mois | |
package.json | il y a 4 mois | |
readme.md | il y a 4 mois |
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