String#matchAll

Proposal repo

Built-ins signatures

class String {
  matchAll(regexp: RegExp): Iterator;
}

Entry points

core-js/proposals/string-match-all

TypeScript type definitions

@core-js/types/proposals/string-match-all