stuff
This commit is contained in:
parent
bc92231240
commit
b8225c639e
11904 changed files with 1472749 additions and 133 deletions
17
node_modules/speech-rule-engine/js/l10n/locale.d.ts
generated
vendored
Normal file
17
node_modules/speech-rule-engine/js/l10n/locale.d.ts
generated
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
import { Alphabets, Functions, Messages, Numbers, SubIso } from './messages.js';
|
||||
import * as tr from './transformers.js';
|
||||
export interface Locale {
|
||||
FUNCTIONS: Functions;
|
||||
MESSAGES: Messages;
|
||||
ALPHABETS: Alphabets;
|
||||
NUMBERS: Numbers;
|
||||
COMBINERS?: {
|
||||
[key: string]: tr.Combiner;
|
||||
};
|
||||
CORRECTIONS?: {
|
||||
[key: string]: (a: string) => string;
|
||||
};
|
||||
SUBISO: SubIso;
|
||||
}
|
||||
export declare const LOCALE: Locale;
|
||||
export declare function createLocale(): Locale;
|
||||
Loading…
Add table
Add a link
Reference in a new issue