5 lines
200 B
TypeScript
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 {};
|