google_forms/node_modules/restore-cursor
RameshT 4cdf3fdf5d initial 2024-07-29 14:47:16 +05:30
..
node_modules/onetime initial 2024-07-29 14:47:16 +05:30
index.d.ts initial 2024-07-29 14:47:16 +05:30
index.js initial 2024-07-29 14:47:16 +05:30
license initial 2024-07-29 14:47:16 +05:30
package.json initial 2024-07-29 14:47:16 +05:30
readme.md initial 2024-07-29 14:47:16 +05:30

readme.md

restore-cursor

Gracefully restore the CLI cursor on exit

Prevent the cursor you have hidden interactively from remaining hidden if the process crashes.

It does nothing if run in a non-TTY context.

Install

npm install restore-cursor

Usage

import restoreCursor from 'restore-cursor';

restoreCursor();