Skip to main content

Well-formed unicode strings

Less 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