[Object.freeze()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/freeze) is not recursive Possible implementations: - https://gist.github.com/tkrotoff/e997cd6ff8d6cf6e51e6bb6146407fc3 - https://github.com/christophehurpeau/deep-freeze-es6 - https://decipher.dev/30-seconds-of-typescript/docs/deepFreeze/ - https://learntypescript.dev/10/l5-deep-immutable - https://github.com/search?q=deepfreeze+language%3ATypeScript&type=code Related Lodash issue: https://github.com/lodash/lodash/issues/4295
Object.freeze() is not recursive
Possible implementations:
Related Lodash issue: lodash/lodash#4295