Skip to main content

Well-formed unicode strings

March 13, 2023Less than 1 minutefeaturees-proposal

Well-formed unicode stringsopen in new window

Types

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

Entry points

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