Skip to content
目录

useIsString

判断是否为字符串。

参数

ts
function useIsString(val: unknown): boolean

Released under the MIT License.