UNPKG

658 BTypeScriptView Raw
1import type { Wordlist } from "./wordlist.js";
2/**
3 * The available Wordlists by their
4 * [ISO 639-1 Language Code](link-wiki-iso639).
5 *
6 * (**i.e.** [cz](LangCz), [en](LangEn), [es](LangEs), [fr](LangFr),
7 * [ja](LangJa), [ko](LangKo), [it](LangIt), [pt](LangPt),
8 * [zh_cn](LangZh), [zh_tw](LangZh))
9 *
10 * The dist files (in the ``/dist`` folder) have had all languages
11 * except English stripped out, which reduces the library size by
12 * about 80kb. If required, they are available by importing the
13 * included ``wordlists-extra.min.js`` file.
14 */
15export declare const wordlists: Record<string, Wordlist>;
16//# sourceMappingURL=wordlists.d.ts.map
\No newline at end of file