UNPKG

@metamask/ocap-kernel

Version:
8 lines 314 B
/** * Utility to create a function that performs garbage collection and finalization * in a cross-environment compatible way. * * @returns A function that triggers GC and finalization when possible */ export declare function makeGCAndFinalize(): () => Promise<void>; //# sourceMappingURL=gc-finalize.d.cts.map