add initial marp implementation with sample content and build configuration
This commit is contained in:
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;
|
||||
Reference in New Issue
Block a user