Skip to content

@miyue-mma/shared / isNoNullable

函数: isNoNullable()

ts
function isNoNullable(value): boolean

判断是否为非 null 或 undefined

参数

value

unknown

待判断的值

返回

boolean

Released under the MIT License.