| Current Path : /proc/thread-self/root/var/www/recommendations/www/node_modules/validator/es/lib/ |
| Current File : //proc/thread-self/root/var/www/recommendations/www/node_modules/validator/es/lib/isUppercase.js |
import assertString from './util/assertString';
export default function isUppercase(str) {
assertString(str);
return str === str.toUpperCase();
}