mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-07 01:15:33 +00:00
7 lines
350 B
TypeScript
7 lines
350 B
TypeScript
/**
|
|
* Defines the reference-path tags necessary to link properly with common/predictive-text.
|
|
*/
|
|
|
|
// Defines the main interface of the Language Modeling Layer (LMLayer) and its original typing information.
|
|
///<reference path="../../../common/predictive-text/embedded_worker.d.ts" />
|
|
///<reference path="../../../common/predictive-text/index.ts" />
|