Represents the absence of a value.
An Option of kind "none".
const maybeEmpty = None();console.log(maybeEmpty.kind); // "none" Copy
const maybeEmpty = None();console.log(maybeEmpty.kind); // "none"
Represents the absence of a value.