Microsoft/TypeScript
`ReadonlySet` lacks documentation for `has`, `forEach` and `size`
Closed
#63,481 opened on May 15, 2026
Domain: lib.d.tsHelp WantedPossible Improvement
Repository metrics
- Stars
- (108,860 stars)
- PR merge metrics
- (Avg merge 6d 17h) (9 merged PRs in 30d)
Description
⚙ Compilation target
ES2015+
⚙ Library
lib.es2015.collection.d.ts
Missing / Incorrect Definition
ReadonlySet<T> lacks documentation for forEach, has and size.
These should ideally be copied from regular Set<T> for consistency.
Sample Code
Documentation Link
N/A