Bolshakova Anna ab21a11190 lab 2 هفته پیش
..
index.js ab21a11190 lab 2 هفته پیش
license ab21a11190 lab 2 هفته پیش
package.json ab21a11190 lab 2 هفته پیش
readme.md ab21a11190 lab 2 هفته پیش

readme.md

restore-cursor

Gracefully restore the CLI cursor on exit

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

Install

$ npm install --save restore-cursor

Usage

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

License

MIT © Sindre Sorhus