UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

3 lines 181 B
import type { DeepOmit } from "../types/DeepOmit.js"; export declare function omitDeep<T, K extends string>(value: T, key: K): DeepOmit<T, K>; //# sourceMappingURL=omitDeep.d.ts.map