UNPKG

@alandawi/dau

Version:

Display Advertising Utils

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(); };