1 line
49 B
JavaScript
1 line
49 B
JavaScript
module.exports = val => typeof val === 'boolean'; |
module.exports = val => typeof val === 'boolean'; |