Skip to content
目录

useIsNullOrUnDef

判断是否为 null 或 undefined。

参数

ts
function useIsNullOrUnDef(val: unknown): boolean

Released under the MIT License.