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