UNPKG

@guillermobrachetta/cli-todo

Version:

CLI to manage todos

15 lines (11 loc) 193 B
import alert from 'cli-alerts'; const log = (info) => { alert({ type: 'warning', name: 'DEBUG LOG', msg: '', }); console.log(info); console.log(); }; export default log;