mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
6 lines
No EOL
215 B
TypeScript
6 lines
No EOL
215 B
TypeScript
// By referencing this file first, before any other Keyman class definitions,
|
|
// a globally-usable 'singleton' reference to KeymanWeb can be established.
|
|
|
|
namespace com.keyman {
|
|
export var singleton: KeymanBase;
|
|
} |