Skip to content

@miyue-mma/shared / isNullable

函数: isNullable()

ts
function isNullable(value): boolean

判断是否为 null 或 undefined

参数

value

unknown

待判断的值

返回

boolean

Released under the MIT License.