String#matchAll
Built-ins signatures
class String {
matchAll(regexp: RegExp): Iterator;
}
Entry points
core-js/proposals/string-match-all
String#matchAll
class String {
matchAll(regexp: RegExp): Iterator;
}
core-js/proposals/string-match-all