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