We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Iterator.concat
1 parent be66024 commit d801386Copy full SHA for d801386
README.md
@@ -2691,7 +2691,7 @@ core-js(-pure)/stage/3
2691
Module [`esnext.iterator.concat`](https://github.com/zloirock/core-js/blob/master/packages/core-js/modules/esnext.iterator.concat.js)
2692
```ts
2693
class Iterator {
2694
- concat(...items: Array<IterableObject>): Iterator<any>;
+ static concat(...items: Array<IterableObject>): Iterator<any>;
2695
}
2696
```
2697
[*CommonJS entry points:*](#commonjs-api)
docs/web/docs/features/proposals/iterator-sequencing.md
@@ -8,7 +8,7 @@
8
## Built-ins signatures
9
10
11
12
13
14
0 commit comments