math_map.d.ts 200 B

1234
  1. export declare function loadLocale(locale?: string): Promise<string>;
  2. export declare function standardLoader(): typeof loadFile;
  3. declare function loadFile(locale: string): Promise<string>;
  4. export {};