Documentation
    Preparing search index...

    Type Alias OmitNever<T>

    OmitNever: Omit<T, SpecialFields<T, never>>

    Omits properties with never type from an object type.

    OmitNever<T> removes all properties whose value type is never, producing a cleaner type without impossible properties.

    Type Parameters

    • T extends object

      Target object type

    Jeongho Nam - https://github.com/samchon