containing undefined.">
Skip to content

optionalEmpty

Builds an EitherLeft<"optional"> containing undefined.

Interactive example

Syntax

typescript
function optionalEmpty(): EitherOptionalEmpty;

Parameters

None.

Return value

EitherOptionalEmpty to signal absence.

See also

Released under the MIT license.