????

Your IP : 18.226.4.129


Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/validator/es/lib/
Upload File :
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/validator/es/lib/isUppercase.js

import assertString from './util/assertString';
export default function isUppercase(str) {
  assertString(str);
  return str === str.toUpperCase();
}