mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 17:05:34 +00:00
5 lines
114 B
TypeScript
5 lines
114 B
TypeScript
const source: LexicalModelSource = {
|
|
format: 'trie-1.0',
|
|
sources: ['wordlist.txt'],
|
|
};
|
|
export default source;
|