const isNumber = val => typeof val === 'number'; module.exports = isNumber