We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 885dda2 commit 72fb2edCopy full SHA for 72fb2ed
src/lib/es2020.symbol.wellknown.d.ts
@@ -28,5 +28,5 @@ interface String {
28
* returns an iterable of matches containing the results of that search.
29
* @param regexp An object that supports being matched against.
30
*/
31
- matchAll(matcher: { [Symbol.matchAll](str: string): RegExpStringIterator<RegExpMatchArray> }): RegExpStringIterator<RegExpExecArray>;
+ matchAll(matcher: { [Symbol.matchAll](str: string): RegExpStringIterator<RegExpMatchArray>; }): RegExpStringIterator<RegExpExecArray>;
32
}
0 commit comments