mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-08 09:55:32 +00:00
8 lines
318 B
TypeScript
8 lines
318 B
TypeScript
/// <reference path="./ascii.ts" />
|
|
/// <reference path="./default/index.ts" />
|
|
/// <reference path="./placeholder.ts" />
|
|
|
|
// Let the word breakers be available both in the browser and in Node.
|
|
if (typeof module !== "undefined" && (module as any).exports) {
|
|
(module as any).exports['wordBreakers'] = wordBreakers;
|
|
}
|