Type Alias Immutable<T>

Immutable<T>: DeepReadonly<T>

A type alias to DeepReadonly that has the additional connotation that the value is constant.

An immutable object may or may not be frozen, but write access should always consider to be forbidden.

Type Parameters

  • T