Mutable<T> Type alias

The inverse of TypeScript's Readonly type, producing a type that has all the properties of T with any readonly modifiers removed.

Mutable = undefined

Defined in

Last Updated: 28 March, 2024