UNPKG

slug-gen

Version:

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

3 lines (2 loc) 137 B
import { CharTable } from "./characterTables"; export declare function transliterate(src: string, characterTables: CharTable[]): string;