UNPKG

@daysnap/utils

Version:
7 lines (5 loc) 106 B
/** * 判断是否是中文 */ declare function isChinese(val: string): boolean; export { isChinese };