Appearance
Home > sculp-js > isDigit
判断字符串是否为数字,例如六位数字短信验证码(093031)
Signature:
isDigit: (value: string) => boolean
Parameter
Type
Description
value
string
Returns:
boolean
{boolean}