Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.qu.ai/llms.txt

Use this file to discover all available pages before exploring further.

const wordlists: Record<string, Wordlist>;
The available Wordlists by their ISO 639-1 Language Code . (i.e. LangCz | cz, en, es, LangFr | fr, LangJa | ja, LangKo | ko, LangIt | it, LangPt | pt, LangZh | zh_cn, LangZh | zh_tw) The dist files (in the /dist folder) have had all languages except English stripped out, which reduces the library size by about 80kb. If required, they are available by importing the included wordlists-extra.min.js file.

Source

wordlists/wordlists.ts:24