Deep-freezes an object and wraps it in a loudly-throwing read-only Proxy. Provides the highest level of noisy immutability.
The object to secure
A WeakSet of objects to skip during deep-freeze
The securely frozen Proxy
const safe = secure({ apiKey: '123' }); Copy
const safe = secure({ apiKey: '123' });
Deep-freezes an object and wraps it in a loudly-throwing read-only Proxy. Provides the highest level of noisy immutability.