lyxaira.glass 74ca844f42 Actualizacion cambios generados: seccion #12, #14 y #15. | пре 4 година | |
---|---|---|
.. | ||
node_modules | пре 4 година | |
index.js | пре 4 година | |
license | пре 4 година | |
package.json | пре 4 година | |
readme.md | пре 4 година |
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