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