mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-06-13 02:45:24 -05:00
63480 (#63491)
Co-authored-by: Tech-Savvy Builder <tech@crypto-nite.com>
This commit is contained in:
2
src/lib/es2015.collection.d.ts
vendored
2
src/lib/es2015.collection.d.ts
vendored
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user