dedsudiyu 26705b48f7 zc преди 2 месеца
..
index.d.ts 26705b48f7 zc преди 2 месеца
index.js 26705b48f7 zc преди 2 месеца
license 26705b48f7 zc преди 2 месеца
package.json 26705b48f7 zc преди 2 месеца
readme.md 26705b48f7 zc преди 2 месеца

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