@intlayer/chokidar
Version:
Uses chokidar to scan and build Intlayer declaration files into dictionaries based on Intlayer configuration.
14 lines (13 loc) • 566 B
TypeScript
import { Dictionary } from "@intlayer/types/dictionary";
//#region src/writeContentDeclaration/processContentDeclarationContent.d.ts
/**
* Process content declaration content
*
* It filter node that are autogenerated by intlayer to do not rewrite them in the content declaration file.
*
* And write external sources as file content if necessary.
*/
declare const processContentDeclarationContent: (dictionary: Dictionary) => Promise<any>;
//#endregion
export { processContentDeclarationContent };
//# sourceMappingURL=processContentDeclarationContent.d.ts.map