String#matchAll
.
class String {
matchAll(regexp: RegExp): Iterator;
}
CommonJS entry points
core-js/proposals/string-match-all
String#matchAll
.class String {
matchAll(regexp: RegExp): Iterator;
}
core-js/proposals/string-match-all