@intlayer/chokidar
Version:
Uses chokidar to scan and build Intlayer declaration files into dictionaries based on Intlayer configuration.
7 lines (6 loc) • 341 B
TypeScript
import { Dictionary } from "@intlayer/types/dictionary";
//#region src/reduceDictionaryContent/reduceDictionaryContent.d.ts
declare const reduceDictionaryContent: (fullDictionary: Dictionary, partialDictionary: Dictionary) => Dictionary;
//#endregion
export { reduceDictionaryContent };
//# sourceMappingURL=reduceDictionaryContent.d.ts.map