1.0.1 • Published 4 years ago
mmdev v1.0.1
MMDev Module
Is here the MMDev Module.
const {cmsg, err} = require('@mmdev/MMDev')
cmsg('Message')
err('Error')
cmsg = Console Log err = Custom Error Exemple:
MMDevError: Error
at exports.err (path)
at Object.<anonymous> (path)
at Module._compile (path)
at Object.Module._extensions..js (path)
at Module.load (path)
at Function.Module._load (path)
at Function.executeUserEntryPoint [as runMain] (path)
at path {
errorCode: 'custom'
}