UNPKG

@intlayer/chokidar

Version:

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

9 lines 252 B
//#region src/writeJsonIfChanged.d.ts declare const writeJsonIfChanged: <T>(path: string, data: T, { pretty }?: { pretty?: boolean; }) => Promise<boolean>; //#endregion export { writeJsonIfChanged }; //# sourceMappingURL=writeJsonIfChanged.d.ts.map