exit-on-esc

v0.0.1
A small debug library to print a buffer's content as a hex table
exit escape

exit-on-esc

travis-badge commitizen-badge greenkeeper-badge npm-badge pkgsign-badge

A small library that will quit the process if a user presses the escape key.

const exitHandler = require('exit-on-esc');

// initialize escape handler.
exitHandler();

Installation

Install it using your favorite package manager!

$ npm install exit-on-esc
npm i exit-on-esc

Metadata

Downloads

Maintainers