@metreeca/type - v0.1.1
    Preparing search index...

    Type Alias Intersection<U>

    Intersection: (U extends unknown ? (x: U) => void : never) extends (
        x: infer I,
    ) => void
        ? I
        : unknown

    The intersection of all types in a union.

    Type Parameters

    • U

      The union type