0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript12,328 stars (12,328 stars)471 forks (471 forks)batch import
help wantedtype addition
- Issue 種別
- feature
- 調査方針
- Review the linked PR #479 to understand the previous work on Immutable types. Investigate the type fest repository for existing type utilities and patterns. Propose a design for an Immutable type that makes all properties readonly and recursively applies to nested objects. Consider whether to make it deep or shallow and how to handle arrays and other structures.