@intlayer/chokidar
Version:
Uses chokidar to scan and build Intlayer declaration files into dictionaries based on Intlayer configuration.
11 lines (10 loc) • 448 B
TypeScript
import { IntlayerConfig } from "@intlayer/types/config";
//#region src/cleanRemovedContentDeclaration.d.ts
declare const cleanRemovedContentDeclaration: (filePath: string, keysToKeep: string[], configuration: IntlayerConfig) => Promise<{
changedDictionariesLocalIds: string[];
excludeKeys: string[];
hasRebuilt: boolean;
}>;
//#endregion
export { cleanRemovedContentDeclaration };
//# sourceMappingURL=cleanRemovedContentDeclaration.d.ts.map