UNPKG

unicode-to-plain-text

Version:

Convert fancy Unicode text to plain ASCII with smart language preservation

3 lines (2 loc) 106 B
export type UnicodeRange = [number, string, number]; export declare const UNICODE_RANGES: UnicodeRange[];