const isUpperCase = str => str === str.toUpperCase(); module.exports = isUpperCase