mpp-server-dev2/node_modules/asyncconsole
Hri7566 3caa3a179d add dotenv 2021-03-20 19:12:38 +00:00
..
LICENSE add dotenv 2021-03-20 19:12:38 +00:00
README.md add dotenv 2021-03-20 19:12:38 +00:00
index.js add dotenv 2021-03-20 19:12:38 +00:00
package.json add dotenv 2021-03-20 19:12:38 +00:00
test.js add dotenv 2021-03-20 19:12:38 +00:00

README.md

AsyncConsole

Async console for console commands. Works for all devices

Usage

npm install asyncconsole

var AsyncConsole = require('asyncconsole')
var console = new AsyncConsole(">", function(input) {
// do something with the input
})