1.0.1 • Published 4 years ago

mmdev v1.0.1

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

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'
}
1.0.1

4 years ago

1.0.0

4 years ago