TypeScript Professional — Medium
Key points
- The '-readonly' modifier changes the properties to be mutable.
- It does not add 'readonly' to all properties.
- It does not make properties write-only or convert them to private class fields.
Ready to go further?
Related questions
