- Prefijo v2: MCH - TRACEABILITY-MASTER.yml creado - Listo para integracion como submodulo Workspace: v2.0.0 | SIMCO: v4.0.0 |
||
|---|---|---|
| .. | ||
| node_modules/signal-exit | ||
| index.d.ts | ||
| index.js | ||
| license | ||
| package.json | ||
| 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 restore-cursor
Usage
const restoreCursor = require('restore-cursor');
restoreCursor();
License
MIT © Sindre Sorhus