UNPKG

wifi-revealer

Version:

A cli to get wifi passwords.

13 lines (10 loc) 169 B
const alert = require('cli-alerts'); module.exports = info => { alert({ type: `warning`, name: `DEBUG LOG`, msg: `` }); console.log(info); console.log(); };