Icard/angular-clarity-master(work.../node_modules/restore-cursor
realSnehal 336a6a07d0 frnt 2024-07-16 20:53:22 +05:30
..
index.d.ts frnt 2024-07-16 20:53:22 +05:30
index.js frnt 2024-07-16 20:53:22 +05:30
license frnt 2024-07-16 20:53:22 +05:30
package.json frnt 2024-07-16 20:53:22 +05:30
readme.md frnt 2024-07-16 20:53:22 +05:30

readme.md

restore-cursor Build Status

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