Well-formed unicode strings
Built-ins signatures
class String {
isWellFormed(): boolean;
toWellFormed(): string;
}
Entry points
core-js/proposals/well-formed-unicode-strings
class String {
isWellFormed(): boolean;
toWellFormed(): string;
}
core-js/proposals/well-formed-unicode-strings