UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

4 lines 130 B
export type IsNeverish<V> = [ Exclude<V, undefined> ] extends [never] ? true : false; //# sourceMappingURL=IsNeverish.d.ts.map