mwbot-ts - v1.2.7
    Preparing search index...

    Type Alias UnionToIntersection<U>Private

    UnionToIntersection: (U extends any ? (k: U) => void : never) extends (
        k: infer I,
    ) => void
        ? I
        : never

    Converts a union of objects into an intersection of their properties.

    Type Parameters

    • U