@intlayer/chokidar
Version:
Uses chokidar to scan and build Intlayer declaration files into dictionaries based on Intlayer configuration.
7 lines (6 loc) • 367 B
TypeScript
import { IntlayerConfig } from "@intlayer/types/config";
//#region src/handleContentDeclarationFileMoved.d.ts
declare const handleContentDeclarationFileMoved: (oldFilePath: string, newFilePath: string, config: IntlayerConfig) => Promise<void>;
//#endregion
export { handleContentDeclarationFileMoved };
//# sourceMappingURL=handleContentDeclarationFileMoved.d.ts.map