Well-formed unicode strings
Less than 1 minute
Well-formed unicode strings
Types
interface String {
isWellFormed(): boolean;
toWellFormed(): string;
}
Entry points
core-js/proposals/well-formed-unicode-strings
interface String {
isWellFormed(): boolean;
toWellFormed(): string;
}
core-js/proposals/well-formed-unicode-strings