Skip to content
目录

useIsUnDef

判断是否为 undefined

参数

ts
function useIsUnDef<T>(val: T): boolean

Released under the MIT License.