Skip to content
On this page

mustBeChinese

必须为中文

使用

js
import { mustBeChinese } from '@pinos-ui/utils'

代码示例

参数说明

参数名说明类型必传默认值
value校验的字符串string-

类型声明

js
export declare function mustBeChinese(value: string): boolean;