mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-23 21:00:01 +08:00
Added to Set definition the property '_es6-shim iterator_'. (#9465)
This commit is contained in:
committed by
Masahiro Wakame
parent
95e782233e
commit
9807d9b701
1
es6-shim/es6-shim.d.ts
vendored
1
es6-shim/es6-shim.d.ts
vendored
@@ -582,6 +582,7 @@ interface Set<T> {
|
||||
entries(): IterableIteratorShim<[T, T]>;
|
||||
keys(): IterableIteratorShim<T>;
|
||||
values(): IterableIteratorShim<T>;
|
||||
'_es6-shim iterator_'(): IterableIteratorShim<T>;
|
||||
}
|
||||
|
||||
interface SetConstructor {
|
||||
|
||||
Reference in New Issue
Block a user