Files
red_de_investigacion_front/node_modules/restore-cursor/readme.md
T
DanielRamirezGe 5eecfbf6cd first commit
2020-01-14 20:43:08 -06:00

365 B

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