codeql-action/node_modules/restore-cursor
2020-06-24 14:33:14 +01:00
..
index.d.ts replace jest with ava 2020-05-13 11:13:27 +01:00
index.js replace jest with ava 2020-05-13 11:13:27 +01:00
license replace jest with ava 2020-05-13 11:13:27 +01:00
package.json Run npm install so have clear baseline 2020-06-24 14:33:14 +01:00
readme.md replace jest with ava 2020-05-13 11:13:27 +01: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