containing undefined.">
Skip to content

optionalEmpty

Builds an Left<"optional"> containing undefined.

Interactive example

Syntax

typescript
function optionalEmpty(): OptionalEmpty;

Parameters

None.

Return value

OptionalEmpty to signal absence.

See also

Released under the MIT license.