const mphToKmph = (mph) => 1.6093440006146922 * mph; module.exports = mphToKmph;