Spaces:
Paused
Paused
File size: 336 Bytes
3401f26 | 1 2 3 4 5 6 7 8 | /**
* Replace the given code point with a replacement character if it is a
* surrogate or is outside the valid range. Otherwise return the code
* point unchanged.
* @param codePoint Unicode code point to convert.
*/
export declare function replaceCodePoint(codePoint: number): number;
//# sourceMappingURL=decode-codepoint.d.ts.map |