Skip to content
目录

useIs

判断是否为某个类型。

参数

ts
function useIs(val: unknown, type: string): boolean

Released under the MIT License.