UNPKG

modern-diacritics

Version:

A modern way to latinize/ascii-fold strings and normalize symbols.

7 lines (6 loc) 177 B
export interface CharListItem { base: string; chars: string[]; } export declare type CharList = CharListItem[]; export declare type CharMap = Map<string, string>;