It would be great to have access to a freezeDeep method that would recursively call Object.freeze() on an object.
There is a lib that does it which was last updated 13 years ago, and at version 0.0.1, but is still downloaded a lot: https://www.npmjs.com/package/deep-freeze. I believe it would be a good addition to deepdash.
It would be great to have access to a
freezeDeepmethod that would recursively callObject.freeze()on an object.There is a lib that does it which was last updated 13 years ago, and at version 0.0.1, but is still downloaded a lot: https://www.npmjs.com/package/deep-freeze. I believe it would be a good addition to deepdash.