containing null.">
Skip to content

nullableEmpty

Explicitly builds an Left<"nullable"> containing null.

Interactive example

Syntax

typescript
function nullableEmpty(): NullableEmpty;

Parameters

None.

Return value

An NullableEmpty representing absence.

See also

Released under the MIT license.