ching 4cccec82a4 强制添加 my-folder 文件夹 3 months ago
..
index.d.ts 4cccec82a4 强制添加 my-folder 文件夹 3 months ago
index.js 4cccec82a4 强制添加 my-folder 文件夹 3 months ago
license 4cccec82a4 强制添加 my-folder 文件夹 3 months ago
package.json 4cccec82a4 强制添加 my-folder 文件夹 3 months ago
readme.md 4cccec82a4 强制添加 my-folder 文件夹 3 months ago

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