UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

8 lines (7 loc) 228 B
/** * @internal * * @deprecated This is an internal API and should not be used directly. This can be removed or changed at any time. */ export type IsAny<T> = 0 extends 1 & T ? true : false; //# sourceMappingURL=IsAny.d.ts.map