add initial marp implementation with sample content and build configuration
This commit is contained in:
6
node_modules/speech-rule-engine/js/l10n/l10n.d.ts
generated
vendored
Normal file
6
node_modules/speech-rule-engine/js/l10n/l10n.d.ts
generated
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
import { Locale } from './locale.js';
|
||||
export declare const locales: {
|
||||
[key: string]: () => Locale;
|
||||
};
|
||||
export declare function setLocale(): void;
|
||||
export declare function completeLocale(json: any): void;
|
||||
Reference in New Issue
Block a user