port.js 127 Bytes
const argv = require('./argv');
console.log(argv.port)
module.exports = parseInt(argv.port || process.env.PORT || '3005', 10);