github-pages-deploy-action/node_modules/restore-cursor
2020-03-31 08:40:00 -04:00
..
index.d.ts 3.4.3 2020-03-31 08:40:00 -04:00
index.js 3.4.3 2020-03-31 08:40:00 -04:00
license 3.4.3 2020-03-31 08:40:00 -04:00
package.json 3.4.3 2020-03-31 08:40:00 -04:00
readme.md 3.4.3 2020-03-31 08:40:00 -04:00

restore-cursor Build Status

Gracefully restore the CLI cursor on exit

Prevent the cursor you've hidden interactively from remaining hidden if the process crashes.

Install

$ npm install restore-cursor

Usage

const restoreCursor = require('restore-cursor');

restoreCursor();

License

MIT © Sindre Sorhus