What is restore-cursor?
"Gracefully restore the CLI cursor on exit"
restore-cursor is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 3.1 KB on disk.
Installation Guide
# Install via NPM
npm install restore-cursor
# Install via Yarn
yarn add restore-cursor