UNPKG

slug-gen

Version:

Zero dependency slug generator for the browser and Node.js with transliteration support.

5 lines (4 loc) 115 B
export declare type CharTable = { [code: string]: string; }; export declare const defaultCharTable: CharTable;