1 line
48 B
JavaScript
1 line
48 B
JavaScript
module.exports = val => typeof val === 'number'; |
module.exports = val => typeof val === 'number'; |