Skip to content

Home > sculp-js > isNull

isNull() function

Signature:

typescript
isNull: (any: unknown) => any is null

Parameters

Parameter

Type

Description

any

unknown

Returns:

any is null

Released under the MIT License.