Writable
Type Aliases
Writeable
Ƭ Writeable<T
>: { -readonly [P in keyof T]: T[P] }
Helper type to convert a read-only object into a writable object.
This is the opposite of the built-in Readonly
utility type.
Type parameters
Defined in
packages/isaacscript-common/src/types/Writable.ts:6