const kphToMph = (kph) => 0.621371192 * kph; module.exports = kphToMph;