codeql-action/node_modules/restore-cursor
Alex Kalyvitis f9768ac4ba update deps
2020-06-18 18:43:30 +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 update deps 2020-06-18 18:43:30 +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