hojas/node_modules/speech-rule-engine/mjs/speech_rules/math_map.d.ts

5 lines
200 B
TypeScript
Raw Permalink Normal View History

2026-05-14 10:56:04 +02:00
export declare function loadLocale(locale?: string): Promise<string>;
export declare function standardLoader(): typeof loadFile;
declare function loadFile(locale: string): Promise<string>;
export {};