Socket
Socket
Sign inDemoInstall

esc-exit

Package Overview
Dependencies
0
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    esc-exit

Exit the process when the `esc` key is pressed


Version published
Maintainers
1
Install size
2.94 kB
Created

Readme

Source

esc-exit

Exit the process when the esc key is pressed

Useful for CLI tools to let the user press esc or control+c to get out.

Install

npm install esc-exit

Usage

import escExit from 'esc-exit';

escExit();

API

Using this prevents the process from exiting normally.

There are multiple ways you can handle this:

  • Call the unsubscribe method that escExit() returns when you're done listening. It will then let the process exit normally.

  • Call process.exit() to exit the process directly.

Keywords

FAQs

Last updated on 04 Dec 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc