Skip to content

@miyue-mma/shared / isUndefined

函数: isUndefined()

ts
function isUndefined(val): val is undefined

判断是否为 undefined

参数

val

unknown

待判断的值

返回

val is undefined

Released under the MIT License.