ts-data-forge
    Preparing search index...

    Type Alias Optional<S>

    Optional: None_ | Some_<S>

    Represents an optional value that can either be 'Some' (containing a value) or 'None' (empty).

    Type Parameters

    • S

      The type of the value that might be present.