@metreeca/blue - v0.9.1
    Preparing search index...

    Type Alias Intersection<U>

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

    Converts a union type to an intersection type.

    Type Parameters

    • U extends Value

      The union type