Skip to content

Home > sculp-js > isNullOrUnDef

isNullOrUnDef() function

Signature:

typescript
export declare function isNullOrUnDef(val: unknown): val is null | undefined;

Parameters

Parameter

Type

Description

val

unknown

Returns:

val is null | undefined

Released under the MIT License.