1.0.1 • Published 5 years ago
onanykey v1.0.1
onAnyKey
Easily await any keypress - without keeping the process from otherwise terminating!
Usage:
const { onAnyKey } = require("onAnyKey");
// in an async method...
await onAnyKey();Easily await any keypress - without keeping the process from otherwise terminating!
const { onAnyKey } = require("onAnyKey");
// in an async method...
await onAnyKey();