????
Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/validator/es/lib/ |
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(); }