Create a type that strips readonly from the given type. Inverse of Readonly<T>.
readonly
Readonly<T>
Copied from the Writable type in the type-fest package so that this package's public types do not depend on type-fest (see the note in type-checks.ts).
Writable
type-fest
type-checks.ts
@augment-vir/common
Create a type that strips
readonlyfrom the given type. Inverse ofReadonly<T>.Copied from the
Writabletype in thetype-festpackage so that this package's public types do not depend ontype-fest(see the note intype-checks.ts).