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