Skip to content
目录

useIsDef

判断是否不是 undefined

参数

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

Released under the MIT License.