lhl 6ff0e96ad3 8-4-1 | преди 1 година | |
---|---|---|
.. | ||
index.d.ts | преди 1 година | |
index.js | преди 1 година | |
license | преди 1 година | |
package.json | преди 1 година | |
readme.md | преди 1 година |
Gracefully restore the CLI cursor on exit
Prevent the cursor you've hidden interactively from remaining hidden if the process crashes.
$ npm install restore-cursor
const restoreCursor = require('restore-cursor');
restoreCursor();
MIT © Sindre Sorhus