const EXIT = { OK: 0, EXCEPTION: 1, UNKNOWN: 2, BADARGS: 3, } module.exports = { EXIT, }