1
0
Files
malta-slides/node_modules/speech-rule-engine/js/speech_rules/math_map.d.ts

5 lines
200 B
TypeScript

export declare function loadLocale(locale?: string): Promise<string>;
export declare function standardLoader(): typeof loadFile;
declare function loadFile(locale: string): Promise<string>;
export {};