Skip to content

nullableEmpty

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

Interactive example

Syntax

typescript
function nullableEmpty(): EitherNullableEmpty;

Parameters

None.

Return value

An EitherNullableEmpty representing absence.

See also

Released under the MIT license.