Type alias UnionToIntersection<U>

UnionToIntersection<U>: (U extends any
        ? ((x) => void)
        : never) extends ((x) => void)
    ? I
    : never

Type Parameters

  • U

Generated using TypeDoc