lyxaira.glass 74ca844f42 Actualizacion cambios generados: seccion #12, #14 y #15. | il y a 4 ans | |
---|---|---|
.. | ||
node_modules | il y a 4 ans | |
index.js | il y a 4 ans | |
license | il y a 4 ans | |
package.json | il y a 4 ans | |
readme.md | il y a 4 ans |
Gracefully restore the CLI cursor on exit
Prevent the cursor you’ve hidden interactively from remaining hidden if the process crashes.
$ npm install --save restore-cursor
const restoreCursor = require('restore-cursor');
restoreCursor();
MIT © Sindre Sorhus