Skip to content
目录

useIsNumber

判断是否为数字。

参数

ts
function useIsNumber(val: unknown): boolean

Released under the MIT License.