UNPKG

dbcopycat

Version:

A JSON Database that saves your Json data in a file and makes it easy for you to perform CRUD operations.

11 lines (9 loc) 172 B
const alert = require('cli-alerts'); module.exports = (msg, title, type, info) => { alert({ type: type, name: title, msg: msg }); if (info) console.log(info); };