@intlayer/chokidar
Version:
Uses chokidar to scan and build Intlayer declaration files into dictionaries based on Intlayer configuration.
10 lines (9 loc) • 475 B
TypeScript
import { IntlayerConfig } from "@intlayer/types/config";
//#region src/createDictionaryEntryPoint/getBuiltFetchDictionariesPath.d.ts
/**
* This function generates a list of dictionaries in the main directory
*/
declare const getBuiltFetchDictionariesPath: (configuration: IntlayerConfig, format?: "cjs" | "esm", excludeKeys?: string[]) => Promise<string[]>;
//#endregion
export { getBuiltFetchDictionariesPath };
//# sourceMappingURL=getBuiltFetchDictionariesPath.d.ts.map