@intlayer/chokidar
Version:
Uses chokidar to scan and build Intlayer declaration files into dictionaries based on Intlayer configuration.
12 lines • 453 B
TypeScript
import type { DictionaryAPI } from '@intlayer/backend';
type FetchDistantDictionariesOptions = {
dictionaryKeys: string[];
newDictionariesPath?: string;
logPrefix?: string;
};
/**
* Fetch distant dictionaries and update the logger with their statuses.
*/
export declare const fetchDistantDictionaries: (options: FetchDistantDictionariesOptions) => Promise<DictionaryAPI[]>;
export {};
//# sourceMappingURL=fetchDistantDictionaries.d.ts.map