ts-data-forge
    Preparing search index...

    Type Alias NarrowToSome<O>

    NarrowToSome: O extends None ? never : O

    Narrows an Optional.Base type to Optional.Some if it is a Optional.Some. If the Optional is Optional.None, resolves to never.

    Type Parameters