UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

8 lines 294 B
import type { MatcherFunction } from "expect"; declare class WeakRef<T extends WeakKey> { constructor(target: T); deref(): T | undefined; } export declare const toBeGarbageCollected: MatcherFunction<[weakRef: WeakRef<any>]>; export {}; //# sourceMappingURL=toBeGarbageCollected.d.ts.map