Microsoft/TypeScript
`ReadonlySet` lacks documentation for `has`, `forEach` and `size`
已关闭
#63,481 创建于 2026年5月15日
Domain: lib.d.tsHelp WantedPossible Improvement
仓库指标
- 星标
- (108,860 个星标)
- PR 合并指标
- (平均合并 6天 17小时) (30 天内合并 9 个 PR)
描述
⚙ 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