/** * 校验大写字母 * */ declare const isUpperCase: (str: string) => boolean; export default isUpperCase;