25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
unknown fe79185e87 ali aslani 1 년 전
..
index.d.ts ali aslani 1 년 전
index.js ali aslani 1 년 전
license ali aslani 1 년 전
package.json ali aslani 1 년 전
readme.md ali aslani 1 년 전

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