dedsudiyu 26705b48f7 zc 3 hafta önce
..
index.d.ts 26705b48f7 zc 3 hafta önce
index.js 26705b48f7 zc 3 hafta önce
license 26705b48f7 zc 3 hafta önce
package.json 26705b48f7 zc 3 hafta önce
readme.md 26705b48f7 zc 3 hafta önce

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