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