DeepReadonly<T> Type alias

Similar to the built-in Readonly, type alias but applied recursively. This basically makes all nested properties/members of an object/array immutable.

DeepReadonly = undefined

Defined in

Last Updated: 21 March, 2024