lyxaira.glass 74ca844f42 Actualizacion cambios generados: seccion #12, #14 y #15. | 4 yıl önce | |
---|---|---|
.. | ||
node_modules | 4 yıl önce | |
index.js | 4 yıl önce | |
license | 4 yıl önce | |
package.json | 4 yıl önce | |
readme.md | 4 yıl önce |
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