mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-06 20:14:01 -06:00
parent
585603e934
commit
e8dbc2dd07
4
src/lib/es2015.iterable.d.ts
vendored
4
src/lib/es2015.iterable.d.ts
vendored
@ -154,7 +154,7 @@ interface Set<T> {
|
||||
*/
|
||||
entries(): IterableIterator<[T, T]>;
|
||||
/**
|
||||
* Despite its name, returns an iterable of the values in the set,
|
||||
* Despite its name, returns an iterable of the values in the set.
|
||||
*/
|
||||
keys(): IterableIterator<T>;
|
||||
|
||||
@ -174,7 +174,7 @@ interface ReadonlySet<T> {
|
||||
entries(): IterableIterator<[T, T]>;
|
||||
|
||||
/**
|
||||
* Despite its name, returns an iterable of the values in the set,
|
||||
* Despite its name, returns an iterable of the values in the set.
|
||||
*/
|
||||
keys(): IterableIterator<T>;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user