Skip to content
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
/*
* Keyman is copyright (C) SIL Global. MIT License.
*
* Created by jahorton (date of creation lost)
*
* This file provides the main interface between the worker and the lexical
* model or models in active use, providing methods for text-prediction,
* application of suggestions, and reversion of previously-applied suggestions.
*/

import * as models from '@keymanapp/models-templates';
import { LexicalModelTypes } from '@keymanapp/common-types';

Expand Down