onAnyKey Easily await any keypress - without keeping the process from otherwise terminating! Usage: const { onAnyKey } = require("onAnyKey"); // in an async method... await onAnyKey();