mirror of
https://github.com/nodejs/node.git
synced 2025-05-03 23:54:10 +00:00
![]() PR-URL: https://github.com/nodejs/node/pull/21817 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Roman Reiss <me@silverwind.io> Reviewed-By: James M Snell <jasnell@gmail.com> |
||
---|---|---|
.. | ||
index.js | ||
license | ||
package.json | ||
readme.md |
restore-cursor
Gracefully restore the CLI cursor on exit
Prevent the cursor you've hidden interactively from remaining hidden if the process crashes.
Install
$ npm install --save restore-cursor
Usage
const restoreCursor = require('restore-cursor');
restoreCursor();
License
MIT © Sindre Sorhus