Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 212 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 212 Bytes

onAnyKey

Easily await any keypress - without keeping the process from otherwise terminating!

Usage:

  const { onAnyKey } = require("onAnyKey");

  // in an async method...
  await onAnyKey();