Well-formed unicode strings
class String {
isWellFormed(): boolean;
toWellFormed(): string;
}
CommonJS entry points
core-js/proposals/well-formed-unicode-strings
class String {
isWellFormed(): boolean;
toWellFormed(): string;
}
core-js/proposals/well-formed-unicode-strings