Co-authored-by: Tech-Savvy Builder <tech@crypto-nite.com>
This commit is contained in:
niteagent
2026-05-19 10:28:41 -07:00
committed by GitHub
parent f350b52331
commit 5d8fbbfb59

View File

@@ -94,7 +94,7 @@ interface Set<T> {
*/
has(value: T): boolean;
/**
* @returns the number of (unique) elements in Set.
* @returns the number of (unique) elements in the Set.
*/
readonly size: number;
}