is-weakref
Is this value a JS WeakRef? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
is-finalizationregistry
Is this value a JS FinalizationRegistry? This module works cross-realm/iframe, and despite ES6 @@toStringTag.
on-exit-leak-free
Execute a function on exit without leaking memory, allowing all objects to be garbage collected
dirge
Hierarchical resource management for JavaScript. Clean up subscriptions, event listeners, and disposables with nested scopes that match your component lifecycle.