UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

3 lines 166 B
/** @internal */ export declare function withCleanup<T extends object>(item: T, cleanup: (item: T) => void): T & Disposable; //# sourceMappingURL=withCleanup.d.ts.map