UNPKG

spelling-variations

Version:

gives you a word's spelling variations with detection whether it's a UK (English, british) or US (American) variations, also gives you the preferred variation.

5 lines (4 loc) 80 B
export declare const dict: { [key: string]: string; }; export default dict;