UNPKG

@intlayer/chokidar

Version:

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

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