|
|
hace 3 meses | |
|---|---|---|
| .. | ||
| index.d.ts | hace 3 meses | |
| index.js | hace 3 meses | |
| license | hace 3 meses | |
| package.json | hace 3 meses | |
| readme.md | hace 3 meses | |
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