|
|
месяцев назад: 2 | |
|---|---|---|
| .. | ||
| index.d.ts | месяцев назад: 2 | |
| index.js | месяцев назад: 2 | |
| license | месяцев назад: 2 | |
| package.json | месяцев назад: 2 | |
| readme.md | месяцев назад: 2 | |
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