Skip to content

petite-utils • Docs


函数: isNullish() ​

isNullish(value): boolean

参数 ​

参数名类型描述
valueany

返回值 ​

boolean

Description ​

检查是否为 null 或者 undefined

源码 ​

type/type.ts:89

Released under the MIT License.