spiegel-keyman/web/source/singleton.ts

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;
}