UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

2 lines 169 B
export type UnionToIntersection<U> = (U extends any ? (x: U) => void : never) extends (x: infer I) => void ? I : never; //# sourceMappingURL=UnionToIntersection.d.ts.map