@apollo/client
Version:
A fully-featured caching GraphQL client.
9 lines (8 loc) • 318 B
TypeScript
import type { DeepOmit } from "./types/DeepOmit.js";
/**
* @internal
*
* @deprecated This is an internal API and should not be used directly. This can be removed or changed at any time.
*/
export declare function omitDeep<T, K extends string>(value: T, key: K): DeepOmit<T, K>;
//# sourceMappingURL=omitDeep.d.ts.map