@metamask/ocap-kernel
Version:
OCap kernel core components
8 lines • 314 B
text/typescript
/**
* 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