mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 09:25:33 +00:00
5 lines
No EOL
148 B
TypeScript
5 lines
No EOL
148 B
TypeScript
const source: LexicalModelSource = {
|
|
format: 'trie-1.0',
|
|
sources: ['tests/fixtures/example.qaa.trivial/wordlist.tsv'],
|
|
};
|
|
export default source; |