UNPKG

@intlayer/chokidar

Version:

Uses chokidar to scan and build Intlayer declaration files into dictionaries based on Intlayer configuration.

8 lines (7 loc) 399 B
import { IntlayerConfig } from "@intlayer/types/config"; import { Dictionary } from "@intlayer/types/dictionary"; //#region src/writeContentDeclaration/writeMarkdownFile.d.ts declare const writeMarkdownFile: (absoluteFilePath: string, dictionary: Dictionary, configuration: IntlayerConfig) => Promise<void>; //#endregion export { writeMarkdownFile }; //# sourceMappingURL=writeMarkdownFile.d.ts.map