Type Alias MutableObject<T>

MutableObject<T>: {
    -readonly [P in keyof T]: T[P]
}

A mutable object. Do not use this directly, use Mutable instead, which works for dates, maps, sets, etc.

Type Parameters

  • T