Microsoft/TypeScript
`ReadonlySet` lacks documentation for `has`, `forEach` and `size`
クローズ
#63,481 opened on 2026/05/15
Domain: lib.d.tsHelp WantedPossible Improvement
Repository metrics
- Stars
- (108,860 個のスター)
- PR merge metrics
- (平均マージ 6d 17h) (30d で 9 merged PRs)
説明
⚙ 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