@iml/deep-freeze
v2.0.2
Published
Recursively freezes a JSON like object tree
Downloads
10
Keywords
Readme
deep-freeze
Freezes an Object tree recursively. Does not detect cycles, so use this only on JSON like objects, not on a graph.
Also, this is useful for testing to assert your objects are not being mutated. There are not many situations where you would want this code to create immutable objects in production.