@hyperfrontend/immutable-api-utils/built-in-copy/setset
Locked, prototype-pollution-resistant copy of the global Set constructor.
The Set constructor is wrapped in a createSet factory at module-load time and frozen into a tamper-proof namespace, so unique-value collection construction keeps working even if the global Set is later patched. Effective only when imported before any untrusted code has had a chance to mutate the prototype chain.
API Reference
ƒ Functions
● Variables
(Safe copy) Namespace object containing Set factory. Note: Importing this imports all methods in this namespace (no tree-shaking).