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
weak-object
A native-like object, but with a weak reference to all values, automatically deleting the corresponding property when the value is recycled