UNPKG

transliteration

Version:

Unicode to ACSII transliteration / slugify module for node.js, browser, Web Worker, ReactNative and CLI.

5 lines (4 loc) 99 B
export interface Charmap { [key: string]: string; } export declare const charmap: Charmap;