const kmphToMph = (kmph) => 0.621371192 * kmph; module.exports = kmphToMph;