Well-formed unicode strings

Specification
Proposal repo

Built-ins signatures

class String {
  isWellFormed(): boolean;
  toWellFormed(): string;
}

Entry points

core-js/proposals/well-formed-unicode-strings