Type Editor / @type-editor/commons / util / isUndefinedOrNull
Function: isUndefinedOrNull()
ts
function isUndefinedOrNull(value): boolean;Defined in: util.ts:1
Parameters
| Parameter | Type |
|---|---|
value | unknown |
Returns
boolean