Skip to content

Home > @opennd/lib > isUndef

isUndef() function

判断值是否是undefined

Signature:

typescript
export declare function isUndef(val: any): boolean;

Parameters

Parameter

Type

Description

val

any

**Returns:**

boolean