UNPKG

@apollo/client

Version:

A fully-featured caching GraphQL client.

3 lines 180 B
/// <reference types="node" /> export declare function withCleanup<T extends object>(item: T, cleanup: (item: T) => void): T & Disposable; //# sourceMappingURL=withCleanup.d.ts.map