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

TypeScript type definitions

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