UNPKG

@intlayer/chokidar

Version:

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

11 lines 296 B
//#region src/writeFileIfChanged.d.ts declare const writeFileIfChanged: (path: string, data: string, { encoding, tempDir }?: { encoding?: BufferEncoding; tempDir?: string; }) => Promise<boolean>; //#endregion export { writeFileIfChanged }; //# sourceMappingURL=writeFileIfChanged.d.ts.map