codeql-action/node_modules/restore-cursor
2020-06-22 17:20:03 +02: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 revert node_modules from master 2020-06-22 17:20:03 +02: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